Create SpawnLocations.sql

This commit is contained in:
Manmadedrummer
2025-06-12 18:27:04 -04:00
committed by GitHub
parent 878658a5c7
commit 0d0c9d064d

4
Spawn/SpawnLocations.sql Normal file
View File

@@ -0,0 +1,4 @@
-- Lieutenant Orrin (16478)
DELETE FROM `creature` WHERE (`id1` = 16478);
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
(9999058, 16478, 0, 0, 0, 0, 0, 1, 1, 0, -9075.86, 413.467, 92.8368, 2.89831, 300, 0, 0, 5000, 0, 0, 0, 0, 0, '', NULL, 0, NULL);