mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-01 16:17:13 +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 {
|
}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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user