tr - rm doubling

This commit is contained in:
221V
2024-12-11 19:21:33 +02:00
parent 8fb900524a
commit 4aa4ef0480
5 changed files with 10 additions and 16 deletions
+1 -1
View File
@@ -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];