mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 17:07:17 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user