diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index f0a39f8c..5c1ca24e 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -2489,7 +2489,9 @@ class Automation { } } }else { - $info_hero = $hero_pic.",Your hero could not claim the artefact during raid".$xp; + if (!empty($artifact)) { + $info_hero = $hero_pic.",Your hero could not claim the artefact during raid".$xp; + } } } }elseif($data['t11']>0) {