This commit is contained in:
KFCSpike
2014-01-04 13:41:35 +00:00
parent 17d042aa22
commit 22b6722ed2
+1 -1
View File
@@ -2483,7 +2483,7 @@ class Automation {
if ($type=='3') {
if ($database->canClaimArtifact($data['from'],$artifact['vref'],$artifact['size'],$artifact['type'])) {
$database->claimArtefact($data['from'],$data['to'],$database->getVillageField($data['from'],"owner"));
$info_hero = $hero_pic.",Your hero is carrying home a artefact".$xp;
$info_hero = $hero_pic.",Your hero is carrying home an artefact".$xp;
} else {
$info_hero = $hero_pic.",".$form->getError("error").$xp;
}