mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-24 10:56:43 +08:00
Merge pull request #28 from Fannybaws/Issue27
Don't show message about artefacts
This commit is contained in:
@@ -2489,9 +2489,11 @@ class Automation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else {
|
}else {
|
||||||
|
if (!empty($artifact)) {
|
||||||
$info_hero = $hero_pic.",Your hero could not claim the artefact during raid".$xp;
|
$info_hero = $hero_pic.",Your hero could not claim the artefact during raid".$xp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}elseif($data['t11']>0) {
|
}elseif($data['t11']>0) {
|
||||||
if ($heroxp == 0) {
|
if ($heroxp == 0) {
|
||||||
$xp=" and no XP from the battle";
|
$xp=" and no XP from the battle";
|
||||||
|
|||||||
Reference in New Issue
Block a user