mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
5
data/sql/updates/db_world/2026_07_21_02.sql
Normal file
5
data/sql/updates/db_world/2026_07_21_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_07_21_01 -> 2026_07_21_02
|
||||
-- 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