mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 18:47:14 +00:00
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:
+4
-4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user