Core/Spells: Convert/Update more spells for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-18 18:20:01 +02:00
parent 0b94293dba
commit de673fc4b0
5 changed files with 105 additions and 49 deletions

View File

@@ -0,0 +1,12 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-31571,-51664);
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
(-31571,'spell_mage_arcane_potency'),
(-51664,'spell_rog_cut_to_the_chase');
DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (31571,51664);
INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
(31571, 31571, 1),
(31571, 31572, 2),
(51664, 51664, 1),
(51664, 51665, 2),
(51664, 51667, 3);