mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 01:24:23 +00:00
fix: inoperable troop adjustments removed from farm list
The interface, along with the in-line JavaScript code on the page was most probably taken from the actual 3.5 real game and never tested. Therefore, we're missing a whole JavaScript file of functionality that would update units in raid lists. This would be too much work to do at this stage, so I'm shelving this functionality.
This commit is contained in:
@@ -247,6 +247,7 @@ while($row2 = mysqli_fetch_array($getnotice)){
|
||||
|
||||
<div class="troopSelection">
|
||||
<?php
|
||||
/*
|
||||
$start = ($session->tribe-1)*10+1;
|
||||
$end = ($session->tribe*10);
|
||||
$un = 1;
|
||||
@@ -256,6 +257,7 @@ for($i=$start;$i<=$end;$i++){
|
||||
<span class="troopSelectionValue">0</span>
|
||||
</span>';
|
||||
}
|
||||
*/
|
||||
?>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user