mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 22:57:16 +00:00
Fix Arte Capture
This commit is contained in:
@@ -3305,6 +3305,7 @@ class MYSQL_DB {
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (($size == 1 && ($villageartifact || $accountartifact)) || (($size == 2 || $size == 3)&& $accountartifact)) {
|
if (($size == 1 && ($villageartifact || $accountartifact)) || (($size == 2 || $size == 3)&& $accountartifact)) {
|
||||||
|
return true;
|
||||||
/*
|
/*
|
||||||
if($this->getVillageField($from,"capital")==1 && $type==11) {
|
if($this->getVillageField($from,"capital")==1 && $type==11) {
|
||||||
$form->addError("error","Ancient Construction Plan cannot kept in capital village");
|
$form->addError("error","Ancient Construction Plan cannot kept in capital village");
|
||||||
|
|||||||
Reference in New Issue
Block a user