mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 00:27:12 +00:00
Fixing finish all with tow gold from dorf(1,2)
This commit is contained in:
@@ -97,7 +97,7 @@ class Building {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(isset($get['buildingFinish']) && $session->plus) {
|
if(isset($get['buildingFinish']) && $session->plus) {
|
||||||
if($session->gold >= 2 && $session->sit == 0) {
|
if(intval($session->gold) >= 2 && $session->sit == 0) { // edit by TPLinux
|
||||||
$this->finishAll();
|
$this->finishAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user