Update SpawnLocations.sql

This commit is contained in:
Manmadedrummer
2025-06-12 19:11:43 -04:00
committed by GitHub
parent 6d83b2936c
commit e6333663c6

View File

@@ -8,3 +8,16 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
DELETE FROM `creature` WHERE (`id1` = 16484);
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
(9999061, 16484, 0, 0, 0, 0, 0, 1, 1, 0, -5034.58, -827.808, 495.193, 1.36453, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
-- Lieutenant Beitha (16495)
DELETE FROM `creature` WHERE (`id1` = 16495);
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
(9999064, 16495, 0, 0, 1, 0, 0, 1, 1, 0, 9926.06, 2196.76, 1328, 6.07924, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
-- Lieutenant Dagel (16493)
DELETE FROM `creature` WHERE (`id1` = 16493);
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
(9999067, 16493, 0, 0, 1, 0, 0, 1, 1, 0, 1504, -4405.42, 22.2996, 4.64426, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL);