mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 15:17:13 +00:00
Update Automation.php
This commit is contained in:
@@ -2479,7 +2479,14 @@ class Automation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else $info_hero = $hero_pic.",Your hero die but gained ".$heroxp." XP";
|
}else {
|
||||||
|
if ($heroxp == 0) {
|
||||||
|
$xp=" and no XP from the battle";
|
||||||
|
} else {
|
||||||
|
$xp=" but gained ".$heroxp." XP from the battle";
|
||||||
|
}
|
||||||
|
$info_hero = $hero_pic.",Your hero die ".$xp;
|
||||||
|
}
|
||||||
|
|
||||||
if($scout){
|
if($scout){
|
||||||
if ($data['spy'] == 1){
|
if ($data['spy'] == 1){
|
||||||
|
|||||||
Reference in New Issue
Block a user