Core/Spells: removed hackfix for Elemental Oath and replaced it with a proper implementation (#27812)

This commit is contained in:
Ovah
2022-02-22 17:58:41 +01:00
committed by GitHub
parent cec74cfa55
commit 8fe0ac3cd1
3 changed files with 30 additions and 12 deletions

View File

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