mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 07:37:13 +00:00
tr - rm doubling
This commit is contained in:
@@ -27,7 +27,7 @@ $totalpop = 0;
|
||||
foreach($varray as $vil) $totalpop += $vil['pop'];
|
||||
|
||||
$countAu = $database->CountTopic($arr['owner']);
|
||||
$tribeArray = [ROMANS, TEUTONS, GAULS];
|
||||
$tribeArray = [TRIBE1, TRIBE2, TRIBE3];
|
||||
$displayarray = $database->getUserArray($arr['owner'], 1);
|
||||
$trip = $tribeArray[$displayarray['tribe'] - 1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user