From eb247adfd89c3b8673d1c9e2e243bfa5b8614904 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Sun, 22 Oct 2017 20:55:38 +0200 Subject: [PATCH] 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. --- Templates/goldClub/farmlist.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Templates/goldClub/farmlist.tpl b/Templates/goldClub/farmlist.tpl index 10e7ff75..2673ef6c 100644 --- a/Templates/goldClub/farmlist.tpl +++ b/Templates/goldClub/farmlist.tpl @@ -247,6 +247,7 @@ while($row2 = mysqli_fetch_array($getnotice)){
tribe-1)*10+1; $end = ($session->tribe*10); $un = 1; @@ -256,6 +257,7 @@ for($i=$start;$i<=$end;$i++){ 0 '; } +*/ ?>