From e1f16ca734c066d73f7462db87179bc4d7838f67 Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Mon, 9 Dec 2013 19:07:38 +0000 Subject: [PATCH] Don't show message about artefacts when raiding a village that doesn't have them --- GameEngine/Automation.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {