mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 16:37:15 +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:
@@ -21,8 +21,9 @@
|
||||
|
||||
global $session, $technology, $village, $database, $building, $bid30, $bid41, $generator, $id;
|
||||
|
||||
$start = ($session->tribe - 1) * 10 + 3;
|
||||
$end = ($session->tribe - 1) * 10 + 6;
|
||||
global $unitsbytype;
|
||||
$start = ($session->tribe - 1) * 10 + 1;
|
||||
$end = $session->tribe * 10;
|
||||
$level = (int)$village->resarray['f'.$id];
|
||||
$horseDrinking = $building->getTypeLevel(41);
|
||||
$success = 0;
|
||||
|
||||
Reference in New Issue
Block a user