[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:
VladimirMangos 2010-04-16 08:36:05 +04:00
parent ef979daddc
commit b31c006bdc
5 changed files with 10 additions and 4 deletions

View 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`);