From 8f00d605f9c20a212d3a90e08e2dea8ff7efd731 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:40:20 -0400 Subject: [PATCH] Update SpawnLocations.sql --- Spawn/SpawnLocations.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Spawn/SpawnLocations.sql b/Spawn/SpawnLocations.sql index 252a20d..a52a7fe 100644 --- a/Spawn/SpawnLocations.sql +++ b/Spawn/SpawnLocations.sql @@ -31,3 +31,10 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, DELETE FROM `creature` WHERE (`id1` = 16494); 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 (9999070, 16494, 0, 0, 0, 0, 0, 1, 1, 0, 1741.57, 232.84, 62.2421, 0.522293, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL); + + +-- Lieutenant Lisande (16490) +DELETE FROM `creature` WHERE (`id1` = 16490); +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 +(9999073, 16490, 0, 0, 1, 0, 0, 1, 1, 0, -1276.45, 135.078, 131.62, 2.19755, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL); +