mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-19 01:31:02 +00:00
Some additional fixes for PHP errors
Some additional fixes for PHP errors
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ if($village->capital == 1 && $village->resarray['f'.$_GET['id'].'t'] == 35 && $s
|
||||
$clay = $festival['clay'];
|
||||
$iron = $festival['iron'];
|
||||
$crop = $festival['crop'];
|
||||
$database->modifyResource($village->resarray['vref'],$wood,$clay,$iron,$crop,$mode);
|
||||
$database->modifyResource($village->resarray['vref'],$wood,$clay,$iron,$crop,0);
|
||||
$database->addFestival($village->resarray['vref'],$endtime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user