mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Spells/Priest: Fixed Dispel Magic.
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user