Core/Spells: correctly implement Elemental Oath

This commit is contained in:
Ovahlord
2022-02-21 11:17:41 +01:00
parent d712a12f1c
commit 6e412b16de
3 changed files with 27 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sha_clearcasting';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(16246, 'spell_sha_clearcasting');