mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 06:11:00 +00:00
fix: clear all remaining village troops when conquering a village
Closes #269
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
- change "incoming attacker" title of the raid list icon when actually attacking a farm (it should be "Own attacking troops")
|
||||
- change "select all" button to actually select all checkboxes via JS, not via page reload
|
||||
- make sure that when auto-removing inactive players, anyone who have units going there + anyone with them in their raid lists etc. gets notified and sorted out
|
||||
- display "send troops" link for own villages, so we don't have to enter coordinates or search by name (which can search good name but wrong owner!)
|
||||
- check the following queries for performing stuff on DB rather than in PHP:
|
||||
"SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop"
|
||||
"SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800"
|
||||
|
||||
Reference in New Issue
Block a user