Merge pull request #28 from Fannybaws/Issue27

Don't show message about artefacts
This commit is contained in:
Shadow
2013-12-09 22:58:09 -08:00
+2
View File
@@ -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";