fix: undefined index

This commit is contained in:
Martin Ambrus
2017-11-24 16:02:54 +01:00
parent 866b0886fe
commit 2bcaeb1fef
+5
View File
@@ -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'];
}
}