fix: expansion slots not being cleared up upon village destruction

#400
This commit is contained in:
Martin Ambrus
2017-12-02 16:17:47 +01:00
parent aec7a57ca4
commit b261212d12
4 changed files with 38 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
-- 2.12.2017 -> new indexes
ALTER TABLE `s1_vdata` ADD INDEX(`exp1`);
ALTER TABLE `s1_vdata` ADD INDEX(`exp2`);
ALTER TABLE `s1_vdata` ADD INDEX(`exp3`);
-- 17.11.2017 -> query optimizations
ALTER TABLE `s1_prisoners` DROP INDEX `from`, ADD INDEX `from-t11` (`from`, `t11`);
ALTER TABLE `s1_enforcement` DROP INDEX `from`, ADD INDEX `from` (`from`, `hero`) USING BTREE;