mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 06:41:01 +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:
@@ -69,7 +69,7 @@ if ($isOasis) {
|
||||
|
||||
// ---------- 3. HELPERE ----------
|
||||
function tribeName($t){
|
||||
$m = array(1=>TRIBE1,2=>TRIBE2,3=>TRIBE3,4=>TRIBE4,5=>TRIBE5);
|
||||
$m = array(1=>TRIBE1,2=>TRIBE2,3=>TRIBE3,4=>TRIBE4,5=>TRIBE5,6=>TRIBE6,7=>TRIBE7,8=>TRIBE8,9=>TRIBE9);
|
||||
return isset($m[$t])? $m[$t] : '';
|
||||
}
|
||||
function renderBonus($bonusData){
|
||||
|
||||
Reference in New Issue
Block a user