Update SpawnLocations.sql

This commit is contained in:
Manmadedrummer
2025-06-14 10:28:30 -04:00
committed by GitHub
parent 96a6a5f399
commit ebdff70264

View File

@@ -67,3 +67,9 @@ DELETE FROM `creature` WHERE (`id1` = 16361);
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(9999094, 16361, 0, 0, 0, 0, 0, 1, 1, 1, 2265.69, -5306.91, 82.1646, 2.37378, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
-- Shadow of Doom (16143)
DELETE FROM `creature` WHERE (`id1` = 16143);
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(9999097, 16143, 0, 0, 0, 0, 0, 1, 1, 0, -1357.74, 516.768, 90.9582, 3.20016, 300, 4, 0, 67144, 0, 1, 0, 0, 0, '', NULL, 0, NULL);