mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
5 lines
384 B
SQL
5 lines
384 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8339_02_characters_character_battleground_data required_8397_03_characters_character_spell bit;
|
|
|
|
UPDATE IGNORE character_spell SET spell=7386 WHERE spell IN (7405,8380,11596,11597,25225,47467);
|
|
UPDATE character_spell SET active=1 WHERE spell=7386;
|
|
DELETE FROM character_spell WHERE spell IN (7405,8380,11596,11597,25225,47467);
|