도시 목록에도 전콘을 띄워줌

This commit is contained in:
2019-05-01 02:33:49 +09:00
parent 3e752461e8
commit d0fae44430
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -282,6 +282,7 @@ for($j=0; $j < $gencount; $j++) {
$generalsFormat[] = [ $generalsFormat[] = [
'ourGeneral'=>$ourGeneral, 'ourGeneral'=>$ourGeneral,
'iconPath'=>GetImageURL($general['imgsvr']).'/'.$general['picture'],
'isNPC'=>$isNPC, 'isNPC'=>$isNPC,
'wounded'=>$wounded, 'wounded'=>$wounded,
'name'=>$name, 'name'=>$name,
+1 -1
View File
@@ -20,7 +20,7 @@
data-general-nation="<?=$nation?>" data-general-nation="<?=$nation?>"
data-general-nation-name="<?=$nationName?>" 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><?=$nameText?></td>
<td><?=$leadershipText?><?=$leadershipBonusText?></td> <td><?=$leadershipText?><?=$leadershipBonusText?></td>
<td><?=$powerText?></td> <td><?=$powerText?></td>