From 8fe0ac3cd15985cf2bb3acc5b20460728bbf581c Mon Sep 17 00:00:00 2001 From: Ovah Date: Tue, 22 Feb 2022 17:58:41 +0100 Subject: Core/Spells: removed hackfix for Elemental Oath and replaced it with a proper implementation (#27812) --- sql/updates/world/3.3.5/2022_02_22_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_02_22_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_02_22_00_world.sql b/sql/updates/world/3.3.5/2022_02_22_00_world.sql new file mode 100644 index 00000000000..91d666cec75 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_22_00_world.sql @@ -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'); -- cgit v1.2.3