Update SpawnLocations.sql

This commit is contained in:
Manmadedrummer
2025-06-14 09:49:52 -04:00
committed by GitHub
parent 6ae95bc749
commit c14c50ad6d

View File

@@ -54,3 +54,10 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
(9999086, 16241, 0, 0, 0, 0, 0, 1, 1, 1, -8809.56, 620.566, 94.9331, 2.21328, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
-- Argent Scout (16255)
DELETE FROM `creature` WHERE (`id1` = 16255);
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
(9999089, 16255, 0, 0, 1, 0, 0, 1, 1, 1, 1531.86, -4436.12, 14.5323, 1.11923, 300, 0, 0, 7402, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(9999090, 16255, 0, 0, 1, 0, 0, 1, 1, 1, -1273.1, 74.8744, 128.084, 0.412095, 300, 4, 0, 7402, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(9999091, 16255, 0, 0, 0, 0, 0, 1, 1, 1, 1555.93, 247.213, -43.1026, 6.03792, 300, 0, 0, 7177, 0, 0, 0, 0, 0, '', NULL, 0, NULL);