mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 21:56:09 +00:00
Update db_MYSQL.php
This commit is contained in:
@@ -3271,7 +3271,7 @@ class MYSQL_DB {
|
||||
FROM ".TB_PREFIX."artefacts WHERE owner = ".$uid;
|
||||
$result = mysql_query($q, $this->connection);
|
||||
$artifact= $this->mysql_fetch_all($result);
|
||||
if($artifact['totals'] < 3) {
|
||||
if($artifact['totals'] < 3 || $kind==11) {
|
||||
$DefenderFields = $this->getResourceLevel($vref);
|
||||
$defcanclaim = TRUE;
|
||||
for($i=19;$i<=38;$i++) {
|
||||
|
||||
Reference in New Issue
Block a user