diff --git a/Spawn/SpawnLocations.sql b/Spawn/SpawnLocations.sql index a49ef49..16eabaa 100644 --- a/Spawn/SpawnLocations.sql +++ b/Spawn/SpawnLocations.sql @@ -132,3 +132,9 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, (9999119, 16787, 0, 0, 0, 0, 0, 1, 1, 0, 1585.36, 249.98, -62.0784, 2.69447, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL), (9999122, 16787, 0, 0, 0, 0, 0, 1, 1, 0, 2264.08, -5311.91, 81.8802, 2.27498, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL); +-- Lieutenant Kregor (29442) +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); + +