Core/Spells: Cleanup for paladin 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-28 19:07:58 +02:00
parent 0710f480b7
commit eef0d67bb7
2 changed files with 68 additions and 194 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (31821,64364,63510,63514,63531);
INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES
(31821, 'spell_pal_aura_mastery'),
(64364, 'spell_pal_aura_mastery_immune'),
(63510, 'spell_pal_improved_concentraction_aura_effect'),
(63514, 'spell_pal_improved_devotion_aura_effect'),
(63531, 'spell_pal_sanctified_retribution_effect');