diff options
author | offl <11556157+offl@users.noreply.github.com> | 2022-07-03 23:23:43 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-05 19:48:43 +0200 |
commit | efae1a28ef5b82dce9dbb39dcb75ea932a293e1a (patch) | |
tree | 99cc94ed823500d4ae8d96108c12187a2943a5ce /sql/updates | |
parent | 39c07d43bf20f063d2fced6a61a92b7b061cef7a (diff) |
Scripts/Spells: Hex of Jammal'an (#28083)
(cherry picked from commit b801528e9db77ed10edf88ab2881dd7e33fa9127)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql b/sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql new file mode 100644 index 00000000000..0f40b759d34 --- /dev/null +++ b/sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-12480,12479,12480); +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sunken_temple_hex_of_jammalan','spell_sunken_temple_hex_of_jammalan_transform'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(12479,'spell_sunken_temple_hex_of_jammalan'), +(12480,'spell_sunken_temple_hex_of_jammalan_transform'); |