mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-23 04:56:09 +00:00
Fix typo
This commit is contained in:
@@ -2483,7 +2483,7 @@ class Automation {
|
|||||||
if ($type=='3') {
|
if ($type=='3') {
|
||||||
if ($database->canClaimArtifact($data['from'],$artifact['vref'],$artifact['size'],$artifact['type'])) {
|
if ($database->canClaimArtifact($data['from'],$artifact['vref'],$artifact['size'],$artifact['type'])) {
|
||||||
$database->claimArtefact($data['from'],$data['to'],$database->getVillageField($data['from'],"owner"));
|
$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 {
|
} else {
|
||||||
$info_hero = $hero_pic.",".$form->getError("error").$xp;
|
$info_hero = $hero_pic.",".$form->getError("error").$xp;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user