server/sql/updates/7059_01_characters_character_spell.sql
VladimirMangos e1a4ad241d [7059] Drop spell slot fields as unused for characters and pets.
Also temporary fix spell slot setting in 7047_01_characters_character_spell.sql
2009-01-09 22:31:06 +03:00

4 lines
184 B
SQL

ALTER TABLE character_db_version CHANGE COLUMN required_7047_01_characters_character_spell required_7059_01_characters_character_spell bit;
ALTER TABLE character_spell
DROP slot;