mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: World of Wonder needs additional building plan from lvl 50
The game allowed to build until level 51. #337
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$bid = $village->resarray['f'.$id.'t'];
|
||||
$bindicate = $building->canBuild($id,$bid);
|
||||
$wwlevel = $village->resarray['f99'];
|
||||
if($wwlevel > 50){
|
||||
if($wwlevel >= 50){
|
||||
$needed_plan = 1;
|
||||
}else{
|
||||
$needed_plan = 0;
|
||||
|
||||
Reference in New Issue
Block a user