mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-26 05:07:51 +00:00
@@ -67,14 +67,16 @@
|
|||||||
} else {
|
} else {
|
||||||
$include_training = true;
|
$include_training = true;
|
||||||
$include_revive = false;
|
$include_revive = false;
|
||||||
foreach ($heroes as $hdata) {
|
if (isset($heroes) && is_array($heroes) && count($heroes)) {
|
||||||
if ($hdata['dead'] == 1) {
|
foreach ( $heroes as $hdata ) {
|
||||||
$include_revive = true;
|
if ( $hdata['dead'] == 1 ) {
|
||||||
}
|
$include_revive = true;
|
||||||
|
}
|
||||||
|
|
||||||
if ($hdata['inrevive'] == 1) {
|
if ( $hdata['inrevive'] == 1 ) {
|
||||||
$name1 = $hdata['name'];
|
$name1 = $hdata['name'];
|
||||||
$include_training = false;
|
$include_training = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user