Fixed a little mistake

This commit is contained in:
iopietro
2018-04-26 12:19:39 +02:00
parent 1b7f14e6a4
commit 6394707e53
+1 -1
View File
@@ -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 );