From f2f49a6c2564767151a7c5e1f1480543cb2e8bb8 Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Sun, 5 Jan 2014 12:13:06 +0000 Subject: [PATCH] Fix Arte Capture --- GameEngine/Database/db_MYSQL.php | 1 + 1 file changed, 1 insertion(+) diff --git a/GameEngine/Database/db_MYSQL.php b/GameEngine/Database/db_MYSQL.php index 79246b4d..bd1cda64 100644 --- a/GameEngine/Database/db_MYSQL.php +++ b/GameEngine/Database/db_MYSQL.php @@ -3305,6 +3305,7 @@ class MYSQL_DB { return FALSE; } if (($size == 1 && ($villageartifact || $accountartifact)) || (($size == 2 || $size == 3)&& $accountartifact)) { + return true; /* if($this->getVillageField($from,"capital")==1 && $type==11) { $form->addError("error","Ancient Construction Plan cannot kept in capital village");