mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 22:27:15 +00:00
chore: new ToDo
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- add batching logic to mehods which get called too frequently and multiple times (example - Message::sendMessage() now that is sends messages for each forum post)
|
- add batching logic to mehods which get called too frequently and multiple times (example - Message::sendMessage() now that is sends messages for each forum post)
|
||||||
- include past raids in the farm list that were not in the farm list itself but are actually manual past attacks - will need DB update for the attacks table to include targets (now only holds attacker)
|
- include past raids in the farm list that were not in the farm list itself but are actually manual past attacks - will need DB update for the attacks table to include targets (now only holds attacker)
|
||||||
- disallow empty posts, topics and survey values in forums (check for aliance name and tag, too)
|
- disallow empty posts, topics and survey values in forums (check for aliance name and tag, too)
|
||||||
|
- when WW is at level 100, the player has to click on it in order for win to register - win should be registered as soon as lvl 100 is reached
|
||||||
- add PayPal listener to verify gold transactions imediatelly
|
- add PayPal listener to verify gold transactions imediatelly
|
||||||
- check the following queries for performing stuff on DB rather than in PHP:
|
- 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_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop"
|
||||||
|
|||||||
Reference in New Issue
Block a user