Don't show message about artefacts when raiding a village that doesn't have them

This commit is contained in:
KFCSpike
2013-12-09 19:07:38 +00:00
parent 207d0b5430
commit e1f16ca734
+3 -1
View File
@@ -2489,7 +2489,9 @@ class Automation {
} }
} }
}else { }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) { }elseif($data['t11']>0) {