diff --git a/Spawn/SpawnLocations.sql b/Spawn/SpawnLocations.sql index 378ef86..48647ee 100644 --- a/Spawn/SpawnLocations.sql +++ b/Spawn/SpawnLocations.sql @@ -100,3 +100,10 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, (85654, 19148, 0, 0, 0, 0, 0, 1, 1, 0, -4901.8, -958.955, 501.543, 1.01229, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 48632, 1, NULL); +-- Gnome Commoner (19172) +DELETE FROM `creature` WHERE (`id1` = 19172); +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 +(84950, 19172, 0, 0, 0, 0, 0, 1, 1, 0, -4829.88, -1173.25, 502.277, 2.49582, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 48632, 1, NULL), +(84953, 19172, 0, 0, 0, 0, 0, 1, 1, 0, -4831.74, -1172.58, 502.278, 6.19592, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 48632, 1, NULL); + +