NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327

NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327

Please be advised, is not fully tested so if you activate on install maybe is not fully working
This commit is contained in:
novgorodschi catalin
2026-07-14 09:25:26 +03:00
parent 60a2d3b206
commit 25c8925ef6
315 changed files with 8609 additions and 615 deletions
+2 -2
View File
@@ -46,10 +46,10 @@ $troopsPresent = false;
/**
* ---------------------------------------------------------
* Loop all possible units (Travian standard max 50)
* Loop all possible units (u1-u90, tribes 1-9)
* ---------------------------------------------------------
*/
for ($i = 1; $i <= 50; $i++) {
for ($i = 1; $i <= 90; $i++) {
$unitKey = 'u' . $i;