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