mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(Scripts/Ulduar): update Winter Jormungar and Snow Mound creature script (#17054)
* initial * add auras * spacing
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user