mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 04:44:21 +00:00
fix: hero dying and revival doesn't work correctly with multiple heroes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
ALTER TABLE `s1_hero` ADD INDEX(`lastupdate`);
|
||||
ALTER TABLE `s1_hero` DROP INDEX `uid`, ADD INDEX `uid` (`uid`, `dead`) USING BTREE;
|
||||
ALTER TABLE `s1_hero` ADD INDEX(`inrevive`);
|
||||
ALTER TABLE `s1_hero` ADD INDEX(`intraining`);
|
||||
|
||||
-- 31.10.2017 -> Embassy and alliance updates
|
||||
ALTER TABLE `s1_ali_permission` ADD INDEX(`alliance`);
|
||||
|
||||
Reference in New Issue
Block a user