mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Spells: removed hackfix for Elemental Oath and replaced it with a proper implementation (#27812)
This commit is contained in:
4
sql/updates/world/3.3.5/2022_02_22_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2022_02_22_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user