mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-04 03:44:23 +00:00
fix: undefined index
This commit is contained in:
@@ -6445,6 +6445,11 @@ References: User ID/Message ID, Mode
|
||||
if (!isset($movingunits['hero'])) {
|
||||
$movingunits['hero'] = 0;
|
||||
}
|
||||
|
||||
if (!isset($out['t11'])) {
|
||||
$out['t11'] = 0;
|
||||
}
|
||||
|
||||
$movingunits['hero'] += $out['t11'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user