mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 14:16:08 +00:00
General fixes
+Redesigned set of buildings in the center of the village of Natars with artifacts +Rally point now correct displayed in the village overview of the admin panel NOTE: To use this change, must recreate account Natars
This commit is contained in:
@@ -319,8 +319,7 @@ if(isset($id)){
|
||||
elseif($gid == 0) echo "<img src=\"../img/x.gif\" class=\"building d".$b." iso\">";
|
||||
}
|
||||
|
||||
$rp = 16;
|
||||
$rplevel = $fdata['f'.$rp];
|
||||
$rplevel = $fdata['f39t'];
|
||||
|
||||
if($rplevel > 0) echo "<img src=\"../img/x.gif\" class=\"dx1 g16\">";
|
||||
elseif($rplevel == 0) echo "<img src=\"../img/x.gif\" class=\"dx1 g16e\">";
|
||||
|
||||
Reference in New Issue
Block a user