mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 07:06:06 +00:00
fix: only 1 hero can exist and is deleted upon new hero training start
Closes #261
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-- 2.11.2017 -> Hero fixes
|
||||
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`);
|
||||
|
||||
-- 31.10.2017 -> Embassy and alliance updates
|
||||
ALTER TABLE `s1_ali_permission` ADD INDEX(`alliance`);
|
||||
ALTER TABLE `s1_allimedal` ADD INDEX(`allyid`);
|
||||
|
||||
Reference in New Issue
Block a user