Fixed some bugs

+Returning troops time will now flow correctly in the rally point
+Resources won't be set to 0 anymore if overflow (this could have
happened in high speed servers)
+Fixed a distorted view of the right part  of the page, while reading a
mass message
This commit is contained in:
iopietro
2018-05-03 14:35:19 +02:00
parent 554a8a8d7f
commit e751a0c01f
6 changed files with 212 additions and 261 deletions
+4 -4
View File
@@ -84,7 +84,7 @@ div.c1 {text-align: center}
}
?>
</div><?php
if($_SESSION['ok']=='1'){
if($_SESSION['ok'] == 1){
?>
<div id="content" class="village1">
@@ -99,10 +99,10 @@ div.c1 {text-align: center}
</div>
<div id="side_info">
<?php
include("Templates/quest.tpl");
include("Templates/news.tpl");
<?php
include("Templates/multivillage.tpl");
include("Templates/quest.tpl");
include("Templates/news.tpl");
?>
</div>