mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-17 16:51:00 +00:00
Fix Command Center Capital Change #329
Fix Command Center Capital Change #329 , Fix forum units, fix trooplist on raidlist,
This commit is contained in:
@@ -27,6 +27,7 @@ $level = (int)$village->resarray['f'.$id];
|
||||
$current = $level > 0 ? (int)$bid47[$level]['attri'] : 0;
|
||||
?>
|
||||
<div id="build" class="gid47">
|
||||
<img class="wall-model" src="gpack/travian_default/img/g/g47.gif" alt="<?php echo DEFENSIVEWALL;?>" style="float:right;margin:2px 0 10px 14px;max-width:110px;height:auto;" />
|
||||
<h1><?php echo DEFENSIVEWALL;?> <span class="level"><?php echo LEVEL;?> <?php echo $level;?></span></h1>
|
||||
<p class="build_desc"><?php echo DEFENSIVEWALL_DESC;?></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user