mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Fix infinite gold hack in extended quest
This commit is contained in:
@@ -65,6 +65,7 @@ if (isset($qact)){
|
||||
//Get reward: Resources: Every 24 hours (1 speed) 24/speed=hours
|
||||
//Gold: 25 gold
|
||||
case 'skip':
|
||||
if ($check_quest != 0) break;
|
||||
$database->updateUserField($_SESSION['username'],'quest','90',0);
|
||||
$_SESSION['qst']= 90;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user