diff options
author | Ovah <dreadkiller@gmx.de> | 2022-02-22 17:58:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 18:58:41 +0200 |
commit | 8fe0ac3cd15985cf2bb3acc5b20460728bbf581c (patch) | |
tree | a9dc98f1d43917aa5753815906117ad7db37d313 /sql | |
parent | cec74cfa5562f60b67f1539553e18574c20ab788 (diff) |
Core/Spells: removed hackfix for Elemental Oath and replaced it with a proper implementation (#27812)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2022_02_22_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |