mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-25 14:06:12 +00:00
fix WW problem
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$bid = $village->resarray['f'.$id.'t'];
|
||||
$bindicate = $building->canBuild($id,$bid);
|
||||
$wwlevel = $village->resarray['f'.$id];
|
||||
$wwlevel = $village->resarray['f99'];
|
||||
if($wwlevel > 50){
|
||||
$needed_plan = 1;
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user