diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-07-03 23:23:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-03 23:23:43 +0300 |
| commit | b801528e9db77ed10edf88ab2881dd7e33fa9127 (patch) | |
| tree | c455bbeedfafc8a2c52383cfb74ac3dd27eae60e /sql/updates | |
| parent | fca49f428b8cf7cff4d573c9afbd863965975946 (diff) | |
Scripts/Spells: Hex of Jammal'an (#28083)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2022_07_03_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_07_03_01_world.sql b/sql/updates/world/3.3.5/2022_07_03_01_world.sql new file mode 100644 index 00000000000..0f40b759d34 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
