mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-03 02:54:21 +00:00
big update (fix sitters, peace system, fix some problems of hero...)
This commit is contained in:
@@ -48,7 +48,7 @@ class Building {
|
||||
$this->constructBuilding($get['id'],$get['a']);
|
||||
}
|
||||
if(isset($get['buildingFinish'])) {
|
||||
if($session->gold >= 2) {
|
||||
if($session->gold >= 2 && $session->sit == 0) {
|
||||
$this->finishAll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user