도시 목록에도 전콘을 띄워줌
This commit is contained in:
@@ -282,6 +282,7 @@ for($j=0; $j < $gencount; $j++) {
|
||||
|
||||
$generalsFormat[] = [
|
||||
'ourGeneral'=>$ourGeneral,
|
||||
'iconPath'=>GetImageURL($general['imgsvr']).'/'.$general['picture'],
|
||||
'isNPC'=>$isNPC,
|
||||
'wounded'=>$wounded,
|
||||
'name'=>$name,
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
data-general-nation="<?=$nation?>"
|
||||
data-general-nation-name="<?=$nationName?>"
|
||||
>
|
||||
<td height="64"></td>
|
||||
<td height="64"><img class='generalIcon' width='64' height='64' src='<?=$iconPath?>'></td>
|
||||
<td><?=$nameText?></td>
|
||||
<td><?=$leadershipText?><?=$leadershipBonusText?></td>
|
||||
<td><?=$powerText?></td>
|
||||
|
||||
Reference in New Issue
Block a user