mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-05 06:17:56 +00:00
fix(Scripts/Ulduar): apply Yogg-Saron keeper buffs on pull again (#26713)
Co-authored-by: horn <pankrac.ja@seznam.cz>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Spawn Voice of Yogg-Saron in Ulduar (spawn data from TrinityCore)
|
||||
DELETE FROM `creature` WHERE `id` = 33280 AND `map` = 603;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `ScriptName`, `Comment`, `VerifiedBuild`) VALUES
|
||||
(62015, 33280, 603, 0, 0, 3, 1, 0, 1980.14, -25.7438, 326.467, 0, 604800, 0, 0, '', 'Voice of Yogg-Saron', 0);
|
||||
Reference in New Issue
Block a user