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:
Vladyslav
2018-06-30 23:23:05 +03:00
parent 963471825a
commit 642d90a73d
2 changed files with 11 additions and 3 deletions
+1 -2
View File
@@ -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\">";