mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 08:27:15 +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");
|
$uid = $this->getVillageField($from, "owner");
|
||||||
$vuid = $this->getVillageField($vref, "owner");
|
$vuid = $this->getVillageField($vref, "owner");
|
||||||
|
|
||||||
$artifact = $database->getOwnArtifactsSum($uid);
|
$artifact = $this->getOwnArtifactsSum($uid);
|
||||||
|
|
||||||
if ( $artifact['totals'] < 3 || $uid == $vuid) {
|
if ( $artifact['totals'] < 3 || $uid == $vuid) {
|
||||||
$DefenderFields = $this->getResourceLevel( $vref );
|
$DefenderFields = $this->getResourceLevel( $vref );
|
||||||
|
|||||||
Reference in New Issue
Block a user