mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
Fixed a little mistake
This commit is contained in:
@@ -7319,7 +7319,7 @@ References: User ID/Message ID, Mode
|
||||
$uid = $this->getVillageField($from, "owner");
|
||||
$vuid = $this->getVillageField($vref, "owner");
|
||||
|
||||
$artifact = $database->getOwnArtifactsSum($uid);
|
||||
$artifact = $this->getOwnArtifactsSum($uid);
|
||||
|
||||
if ( $artifact['totals'] < 3 || $uid == $vuid) {
|
||||
$DefenderFields = $this->getResourceLevel( $vref );
|
||||
|
||||
Reference in New Issue
Block a user