mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9751] Add index by spell to character_spell
This is must fix porblem with long logins at many broken spells in `character_spell` after client switch/etc.
This commit is contained in:
parent
ef979daddc
commit
b31c006bdc
5 changed files with 10 additions and 4 deletions
3
sql/updates/9751_01_characters.sql
Normal file
3
sql/updates/9751_01_characters.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE character_db_version CHANGE COLUMN required_9702_01_characters_item required_9751_01_characters bit;
|
||||
|
||||
ALTER TABLE `character_spell` ADD KEY `Idx_spell` (`spell`);
|
||||
Loading…
Add table
Add a link
Reference in a new issue