Scripts/Spells: Hex of Jammal'an (#28083)

(cherry picked from commit b801528e9d)
This commit is contained in:
offl
2022-07-03 23:23:43 +03:00
committed by Shauren
parent 39c07d43bf
commit efae1a28ef
2 changed files with 68 additions and 0 deletions

View File

@@ -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');