fix(Scripts/Ulduar): update Winter Jormungar and Snow Mound creature script (#17054)

* initial

* add auras

* spacing
This commit is contained in:
Dan
2023-09-05 11:39:44 +02:00
committed by GitHub
parent 056b28ea21
commit 189818e781
3 changed files with 96 additions and 51 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `creature_template_addon` WHERE `entry` IN (34146, 34150, 34151);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(34146, 0, 0, 0, 0, 0, 0, '64615'),
(34150, 0, 0, 0, 0, 0, 0, '64615'),
(34151, 0, 0, 0, 0, 0, 0, '64615');