mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 06:11:00 +00:00
fix: misspelled session variable
This commit is contained in:
@@ -13,7 +13,7 @@ include("next.tpl");
|
||||
$artefact_bouns = 1;
|
||||
}
|
||||
$good_effect = $bad_effect = 1;
|
||||
$foolartefact = $database->getFoolArtefactInfo(7,$village->wid,$seesion->uid);
|
||||
$foolartefact = $database->getFoolArtefactInfo(7,$village->wid,$session->uid);
|
||||
if(count($foolartefact) > 0){
|
||||
foreach($foolartefact as $arte){
|
||||
if($arte['bad_effect'] == 1){
|
||||
|
||||
Reference in New Issue
Block a user