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