mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 18:47:14 +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:
@@ -110,6 +110,10 @@ select.dropdown { width:100%; }
|
||||
<option value="3" <?php if($user['tribe']==3)echo"selected"; ?>>3. Gaul</option>
|
||||
<option value="4" <?php if($user['tribe']==4)echo"selected"; ?>>4. Nature</option>
|
||||
<option value="5" <?php if($user['tribe']==5)echo"selected"; ?>>5. Natars</option>
|
||||
<option value="6" <?php if($user['tribe']==6)echo"selected"; ?>>6. Hun</option>
|
||||
<option value="7" <?php if($user['tribe']==7)echo"selected"; ?>>7. Egyptian</option>
|
||||
<option value="8" <?php if($user['tribe']==8)echo"selected"; ?>>8. Spartan</option>
|
||||
<option value="9" <?php if($user['tribe']==9)echo"selected"; ?>>9. Viking</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
|
||||
Reference in New Issue
Block a user