mirror of
https://github.com/araxiaonline/ScourgeInvasion.git
synced 2026-06-13 03:02:21 -04:00
Update SpawnLocations.sql
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user