diff --git a/Spawn/SpawnLocations.sql b/Spawn/SpawnLocations.sql index b4dd0a2..60db1a4 100644 --- a/Spawn/SpawnLocations.sql +++ b/Spawn/SpawnLocations.sql @@ -81,3 +81,14 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, (9999101, 16285, 0, 0, 1, 0, 0, 1, 1, 1, 9950.27, 2494.3, 1317.25, 4.54779, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL), (9999102, 16285, 0, 0, 0, 0, 0, 1, 1, 1, -8817.5, 630.228, 94.1373, 5.53419, 300, 0, 0, 6535, 0, 0, 0, 0, 0, '', NULL, 0, NULL); + + + +-- ALLIANCE COMMONERS + +-- Night Elf Commoner (19173) +DELETE FROM `creature` WHERE (`id1` = 19173); +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 +(91565, 19173, 0, 0, 1, 0, 0, 1, 1, 0, 9921.56, 2499.58, 1317.77, 5.61996, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 48632, 1, NULL), +(91566, 19173, 0, 0, 1, 0, 0, 1, 1, 0, 9910.17, 2514.61, 1316.56, 1.23221, 120, 3, 0, 1, 0, 1, 0, 0, 0, '', 48632, 1, NULL); +