Update SpawnLocations.sql

This commit is contained in:
Manmadedrummer
2025-06-15 09:20:24 -04:00
committed by GitHub
parent 7f1ad1eecf
commit d475edb38a

View File

@@ -115,3 +115,11 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
DELETE FROM `creature` WHERE (`id1` = 28318);
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
(9999109, 28318, 0, 0, 530, 0, 0, 1, 1, 0, -1782.21, 5557.39, -12.4282, 4.36274, 300, 0, 0, 13860, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
-- Argent Quartermaster (16786)
DELETE FROM `creature` WHERE (`id1` = 16786);
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
(9999112, 16786, 0, 0, 0, 0, 0, 1, 1, 0, -4890.68, -953.546, 501.466, 2.24057, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(9999113, 16786, 0, 0, 0, 0, 0, 1, 1, 0, -8832.95, 643.866, 94.8079, 4.56603, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(9999114, 16786, 0, 0, 0, 0, 0, 1, 1, 0, 2257.47, -5323.59, 81.9436, 1.81317, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL);