Spells/Priest: Fixed Dispel Magic.

This commit is contained in:
Warpten
2013-07-06 14:48:40 +02:00
parent 644e75487d
commit e49c7aa765
2 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM spell_script_names WHERE spell_id IN (527, -527, 97690, 97691);
DELETE FROM spell_script_names WHERE ScriptName="spell_pri_dispel_magic";
INSERT INTO spell_script_names (spell_id, ScriptName) VALUES
(527, "spell_pri_dispel_magic");