mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Hulking Jormungar
Closes #26340
By dr-j & illfated
(cherry picked from commit 9a325e03e6)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Hulking Jormungar - target types & comments
|
||||
UPDATE `smart_scripts` SET `target_type`= 1 WHERE `entryorguid`= 26293 AND `source_type`=0 AND `id` BETWEEN 1 AND 4;
|
||||
UPDATE `smart_scripts` SET `comment`= "Hulking Jormungar - On Script - Cast 'Quest - Jormungar Explosion Spell Spawner'" WHERE `entryorguid`= 2629300 AND `source_type`= 9 AND `id`= 1;
|
||||
UPDATE `smart_scripts` SET `comment`= "Hulking Jormungar - On Script - Cast 'Quest - Jormungar Explosion Summon Object'" WHERE `entryorguid`= 2629300 AND `source_type`= 9 AND `id` BETWEEN 2 AND 9;
|
||||
UPDATE `smart_scripts` SET `comment`= "Hulking Jormungar - On Script - Cast 'Potent Explosive Charge'" WHERE `entryorguid`= 2629300 AND `source_type`= 9 AND `id`= 10;
|
||||
Reference in New Issue
Block a user