diff options
| author | offl <offl@users.noreply.github.com> | 2021-04-13 21:06:25 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-08 21:56:18 +0100 |
| commit | d9f92e0f515867a50c9a9727ebf034d58fe66c9a (patch) | |
| tree | 9b2c1fce58220fce436d3d77b24d12baad8e89e8 | |
| parent | 9e0eeac00ba2f497e2fa692e5461278ebec0b7d9 (diff) | |
DB/Creature: Hulking Jormungar
Closes #26340
By dr-j & illfated
(cherry picked from commit 9a325e03e65e47627be86b0812be82bed5c8af33)
| -rw-r--r-- | sql/updates/world/master/2022_03_08_05_world_2021_04_13_05_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_08_05_world_2021_04_13_05_world.sql b/sql/updates/world/master/2022_03_08_05_world_2021_04_13_05_world.sql new file mode 100644 index 00000000000..a61651de5d5 --- /dev/null +++ b/sql/updates/world/master/2022_03_08_05_world_2021_04_13_05_world.sql @@ -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; |
