From 0d030b5698ca8fd4737254ecef54a994003eef09 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 15 Jun 2025 13:07:51 -0400 Subject: [PATCH] Update SpawnLocations.sql --- Spawn/SpawnLocations.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Spawn/SpawnLocations.sql b/Spawn/SpawnLocations.sql index 16eabaa..a03338c 100644 --- a/Spawn/SpawnLocations.sql +++ b/Spawn/SpawnLocations.sql @@ -137,4 +137,8 @@ DELETE FROM `creature` WHERE (`id1` = 29442); 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 (9999127, 29442, 0, 0, 530, 0, 0, 1, 1, 0, -4023.84, -11889.5, -1.29016, 4.8869, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL); +-- Lieutenant Julek (29441) +DELETE FROM `creature` WHERE (`id1` = 29441); +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 +(9999130, 29441, 0, 0, 530, 0, 0, 1, 1, 0, 9338.25, -7284.79, 14.0037, 2.19962, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL);