From 7cbaac84099253997158acc590f74ff69bf298d7 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:23:36 -0400 Subject: [PATCH] Update SpawnLocations.sql --- Spawn/SpawnLocations.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Spawn/SpawnLocations.sql b/Spawn/SpawnLocations.sql index 046580e..252a20d 100644 --- a/Spawn/SpawnLocations.sql +++ b/Spawn/SpawnLocations.sql @@ -25,3 +25,9 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, DELETE FROM `creature` WHERE (`id1` = 16493); 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 (9999067, 16493, 0, 0, 1, 0, 0, 1, 1, 0, 1504, -4405.42, 22.2996, 4.64426, 300, 0, 0, 247, 0, 0, 0, 0, 0, '', NULL, 0, NULL); + + +-- Lieutenant Rukag (16494) +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);