[8397] Remove no longer needed ranks of spell 7386.

Signed-off-by: NoFantasy <[email protected]>

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-24 19:14:14 -05:00
parent 8871c2952a
commit ab8b1d8039
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,5 @@
-- 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);
@@ -0,0 +1,3 @@
-- ALTER TABLE db_version CHANGE COLUMN required_8397_01_mangos_spell_chain required_8397_02_mangos_spell_threat bit;
DELETE FROM spell_threat WHERE entry IN (7405,8380,11596,11597,25225);