mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
Don't show message about artefacts when raiding a village that doesn't have them
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user