mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/Spells: Hex of Jammal'an (#28083)
(cherry picked from commit b801528e9d)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user