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:
Martin Ambrus
2017-10-22 20:55:38 +02:00
parent 53f54ce9e9
commit eb247adfd8
+2
View File
@@ -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>