diff --git a/sql/updates/world/4.3.4/WIP/chapter2.sql b/sql/updates/world/4.3.4/WIP/chapter2.sql
new file mode 100644
index 00000000000..f6028fdc0f7
--- /dev/null
+++ b/sql/updates/world/4.3.4/WIP/chapter2.sql
@@ -0,0 +1,140 @@
+/*
+17:05:42.484 -- phaseshift 105
+
+14:55:38.148 -- summon krennan
+14:55:39.333 -- move to -1819.53 Y: 2291.25 Z: 42.32689
+14:55:44.653 -- I am not giving up on you
+
+14:55:49.364 -- forcecast summon personal godfrey 68635
+14:55:50.581 -- move wp
+ -- godfrey move to -1840.085 Y: 2293.042 Z: 42.53004
+ -- -1821.922 Y: 2295.05 Z: 42.17052
+
+14:55:59.114
+
+14:55:57.788 -- summon personal greymane 68636
+14:55:57.788 -- greymane summon
+14:55:58.194 -- move to -1821.09 Y: 2292.597 Z: 42.23363
+
+
+
+14:56:07.413 -- greymane (facing angle --> 1.32645)
+14:56:17.039 -- das dachte ich mir
+14:56:20.658 -- face to 5.497787
+
+
+14:57:05.196 -- worgen intro completion 68638 (hitting 36330, 36331 and 36332
+
+14:57:05.196 -- player casts altered form (97709)
+14:57:05.617 -- everyone despawns
+14:57:05.196 -- phase id 181 applied
+*/
+
+
+-- Phasing conditions
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 26 AND `SourceEntry`= 4714 AND `SourceGroup` IN (105, 181);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `NegativeCondition`, `Comment`) VALUES
+(26, 105, 4714, 8, 14221, 0, 'Gilneas - Phase 105 - active when rewarded quest 14222'),
+-- (26, 105, 4714, 8, 14375, 1, 'Gilneas - Phase 105 - inactive when rewarded quest 14375'),
+(26, 181, 4714, 8, 14375, 0, 'Gilneas - Phase 181 - active when rewarded quest 14222');
+
+
+DELETE FROM `phase_area` WHERE `AreaId`= 4714;
+INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES
+(4714, 105, 'Gilneas - Phase 105'),
+(4714, 181, 'Gilneas - Phase 181');
+
+-- Spell Conditions
+DELETE FROM `conditions` WHERE `SourceEntry` IN (69123, 68632, 68634, 68638, 69296) AND `SourceTypeOrReferenceId`= 13;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ScriptName`, `Comment`) VALUES
+(13, 1, 69123, 0, 0, 31, 0, 3, 0, 377913, 0, 0, '', 'Curse of the Worgen - Target Generic Trigger Lab - Multiphase (Ground)'),
+(13, 1, 68632, 0, 0, 31, 0, 3, 0, 377912, 0, 0, '', 'Summon Personal Godfrey - Target Generic Trigger Lab - Multiphase (Ground)'),
+(13, 1, 68634, 0, 0, 31, 0, 3, 0, 377895, 0, 0, '', 'Summon Personal Greymane - Target Generic Trigger Lab - Multiphase (Ground)'),
+(13, 2, 68638, 0, 0, 31, 0, 3, 36331, 0, 0, 0, '', 'Worgen Intro Completion - Target Krennan Aranas'),
+(13, 2, 68638, 0, 0, 31, 0, 3, 36330, 0, 0, 0, '', 'Worgen Intro Completion - Target Lord Godfrey'),
+(13, 2, 68638, 0, 0, 31, 0, 3, 36332, 0, 0, 0, '', 'Worgen Intro Completion - Target King Genn Greymane'),
+(13, 2, 69296, 0, 0, 31, 0, 5, 197337, 0, 0, 0, '', 'Invasion Camera - Target Invasion Camera');
+
+-- Template Updates
+UPDATE `creature_template` SET `flags_extra`= 128 WHERE `entry`= 36198;
+
+DELETE FROM `creature_text` WHERE `CreatureID` IN (36330, 36331, 36332);
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `Comment`) VALUES
+(36330, 0, 0, 'Give it up, Krennan. It''s time to put this one down. It''s protocol.', 12, 0, 100, 274, 0, 19635, 36336, 'Lord Godfrey to Player'),
+(36331, 0, 0, 'I am not giving up on you. I don''t have a cure for the Curse yet... but there are treatments. You will have control again.', 12, 0, 100, 274, 0, 20919, 36344, 'Krennan Aranas to Player'),
+(36332, 0, 0, 'Tell me, Godfrey. Those that stayed in Gilneas City so that we could live. Were they following protocol?', 12, 0, 100, 1, 0, 19721, 36340, 'King Genn Greymane to Player'),
+(36332, 1, 0, 'I didn''t think so. Now hand me that potion, Krennan... and double the dosage.', 12, 0, 100, 1, 0, 19722, 36341, 'King Genn Greymane to Player');
+
+DELETE FROM `waypoints` WHERE `entry`= 36330;
+INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`) VALUES
+(36330, 1, -1840.085, 2293.042, 42.53004),
+(36330, 2, -1821.922, 2295.05, 42.17052);
+
+-- Creature Krennan Aranas 36331 SAI
+SET @ENTRY := 36331;
+UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`= @ENTRY;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(@ENTRY, 0, 0, 1, 63, 0, 100, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "When just created - Self: Set walk // "),
+(@ENTRY, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 3633100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, " Linked - Start timed action list id #3633100 // "),
+(@ENTRY, 0, 2, 0, 8, 0, 100, 0, 68638, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "On spell Worgen Intro Completion (68638) hit - Self: Despawn instantly // ");
+
+DELETE FROM `smart_scripts` WHERE `entryorguid`=3633100 AND `source_type`=9;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(3633100,9,0,0,0,0,100,0,1200,1200,0,0,69,0,0,0,0,0,0,8,0,0,0,-1819.53,2291.25,42.32689,0,""),
+(3633100,9,1,0,0,0,100,0,5300,5300,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,""),
+(3633100,9,2,0,0,0,100,0,4700,4700,0,0,11,68635,0,0,0,0,0,23,0,0,0,0,0,0,0,""),
+(3633100,9,3,0,0,0,100,0,8400,8400,0,0,11,68636,0,0,0,0,0,23,0,0,0,0,0,0,0,"");
+
+-- Creature Lord Godfrey 36330 SAI
+SET @ENTRY := 36330;
+UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`= @ENTRY;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(@ENTRY, 0, 0, 0, 63, 0, 100, 0, 0, 0, 0, 0, 80, 3633000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "When just created - Start timed action list id #3633000 // "),
+(@ENTRY, 0, 1, 0, 8, 0, 100, 0, 68638, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "On spell Worgen Intro Completion (68638) hit - Self: Despawn instantly // ");
+
+DELETE FROM `smart_scripts` WHERE `entryorguid`=3633000 AND `source_type`=9;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(3633000,9,0,0,0,0,100,0,1200,1200,0,0,53,0,36330,0,0,0,0,1,0,0,0,0,0,0,0,""),
+(3633000,9,1,0,0,0,100,0,5300,5300,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"");
+
+-- Creature King Genn Greymane 36332 SAI
+SET @ENTRY := 36332;
+UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`= @ENTRY;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(@ENTRY, 0, 0, 1, 54, 0, 100, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "On just summoned - Self: Set walk // "),
+(@ENTRY, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 3633200, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, " Linked - Start timed action list id #3633200 // "),
+(@ENTRY, 0, 2, 3, 20, 0, 100, 1, 0, 0, 0, 0, 28, 68630, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "When player rewards any quest - Action invoker: Remove aura due to spell Curse of the Worgen (68630) // "),
+(@ENTRY, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 68639, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, " Linked - Self: Cast spell Forcecast Worgen Intro Completion (68639) on Action invoker // "),
+(@ENTRY, 0, 4, 0, 8, 0, 100, 0, 68638, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "On spell Worgen Intro Completion (68638) hit - Self: Despawn instantly // ");
+
+DELETE FROM `smart_scripts` WHERE `entryorguid`=3633200 AND `source_type`=9;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(3633200,9,0,0,0,0,100,0,400,400,0,0,69,0,0,0,0,0,0,8,0,0,0,-1821.09,2292.597,42.23363,0,""),
+(3633200,9,1,0,0,0,100,0,11000,11000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,""),
+(3633200,9,2,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.32645,""),
+(3633200,9,3,0,0,0,100,0,9600,9600,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,""),
+(3633200,9,4,0,0,0,100,0,3600,3600,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.497787,""),
+(3633200,9,5,0,0,0,100,0,0,0,0,0,81,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"");
+
+DELETE FROM `quest_template_addon` WHERE `ID`= 14321;
+INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES
+(14321, 14320);
+
+UPDATE `gameobject_template` SET `ScriptName`= 'go_gilneas_invasion_camera' WHERE `entry`= 197337;
+
+DELETE FROM `gameobject_template_addon` WHERE `entry`= 196394;
+INSERT INTO `gameobject_template_addon` (`entry`, `flags`) VALUES
+(196394, 4);
+
+-- Creature Slain Watchman 36205 SAI
+SET @ENTRY := 36205;
+UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`= @ENTRY;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(@ENTRY, 0, 0, 0, 19, 0, 100, 0, 14321, 0, 0, 0, 11, 68492, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "When player accepts quest 14321 - Self: Cast spell Forcecast Summon Forsaken Assassin (68492) on Action invoker // ");
+
+-- 14:58:31.449 gilneas will soon
+
diff --git a/sql/updates/world/4.3.4/WIP/gilneas_chapter2_spawns.sql b/sql/updates/world/4.3.4/WIP/gilneas_chapter2_spawns.sql
new file mode 100644
index 00000000000..9c0b1d1b40f
--- /dev/null
+++ b/sql/updates/world/4.3.4/WIP/gilneas_chapter2_spawns.sql
@@ -0,0 +1,3075 @@
+SET @CGUID := 376668;
+DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1227 AND @CGUID+2547;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(@CGUID+1227, 36198, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1846.708, 2288.752, 42.4066, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1228, 36449, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1888.491, 2519.389, 1.489653, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1229, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1921.339, 2557.303, 30.92705, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1230, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1914.401, 2517.609, 2.253218, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1231, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1853.79, 2553.17, 12.68273, 4.258604, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1232, 35374, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1844.415, 2267.5, 42.89349, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1233, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1935.306, 2556.949, 21.47877, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1234, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1858.74, 2560.08, 15.89033, 4.258604, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1235, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1865.78, 2545.12, 31.47393, 4.258604, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1236, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1934.002, 2565.76, 24.53738, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1237, 36198, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1860.05, 2285.906, 42.39026, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1238, 36449, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -2075.788, 2453.391, 8.072102, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1239, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1935.306, 2556.949, 21.47877, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1240, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1945.194, 2524.123, 1.485205, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1241, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1918.361, 2578.028, 1.590417, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1242, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1939.781, 2562.503, 14.44538, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1243, 36286, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1893.561, 2561.075, 1.550539, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1244, 36198, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1844.04, 2289.634, 42.4066, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1245, 36198, 654, 4714, 4786, 3, 1, 105, 0, 0, 0, -1815.903, 2283.854, 42.4066, 2.478368, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1246, 36713, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1861.75, 2237.144, 42.42178, 2.391101, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1247, 36629, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1862.472, 2243.186, 42.41534, 2.356194, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Huntsman Blake (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1248, 36628, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1878.58, 2298.418, 42.40659, 5.323254, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Celestine of the Harvest (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1249, 36631, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1872.325, 2303.998, 42.40431, 4.764749, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Myriam Spellwaker (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1250, 36630, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1905.191, 2283.951, 43.5762, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Loren the Fence (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1251, 36632, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1895.778, 2306.538, 44.24712, 4.852015, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sister Almyra (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1252, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1852.257, 2278.113, 42.40659, 2.949606, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1253, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1846.696, 2290.918, 49.4251, 0.7853982, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1254, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1914.835, 2281.076, 52.55364, 0.7504916, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1255, 14881, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1845.265, 2281.659, 48.48651, 5.462072, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1256, 36713, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1858.714, 2240.165, 42.42046, 2.391101, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1257, 36190, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1903.155, 2278.214, 43.6067, 0.8203048, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Prince Liam Greymane (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1258, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1834.731, 2288.76, 42.4066, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1259, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1900.161, 2265.309, 42.4066, 3.909538, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1260, 44125, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1884.02, 2244.08, 44.16753, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Chris Moller (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1261, 36170, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1839.762, 2291.104, 42.30973, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Godfrey (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1262, 36695, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1894.104, 2299.844, 44.24712, 5.585053, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Samantha Buckley (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1263, 36717, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1867.021, 2232.498, 42.40661, 2.181662, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gerard Walthorn (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1264, 36698, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1830.186, 2286.863, 42.4066, 1.169371, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Captive Worgen (Area: Duskhaven - Difficulty: 0) (Auras: 69196 - In Stocks)
+(@CGUID+1265, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1825.082, 2279.193, 48.33484, 0.7853982, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1266, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1835.3, 2292.924, 42.29861, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1267, 34571, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1862.302, 2262.728, 44.29931, 0.1047198, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gwen Armstead (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1268, 36797, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1822.877, 2287.443, 42.4066, 2.216568, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Captive Worgen (Area: Duskhaven - Difficulty: 0) (Auras: 69196 - In Stocks)
+(@CGUID+1269, 36798, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1832.531, 2299.333, 42.55029, 5.201081, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Captive Worgen (Area: Duskhaven - Difficulty: 0) (Auras: 69196 - In Stocks)
+(@CGUID+1270, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1847.752, 2296.302, 42.53704, 0.8203048, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1271, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1884.837, 2255.307, 42.40659, 1.448623, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1272, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1837.988, 2289.094, 42.36903, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1273, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1888.069, 2290.561, 42.35545, 5.846853, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1274, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1901.337, 2264.097, 42.4066, 0.7853982, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1275, 4075, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1825.441, 2287.916, 42.32689, 4.342629, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1276, 38791, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1911.984, 2281.891, 44.15078, 5.480334, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Willa Arnes (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1277, 68993, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1860.389, 2246.837, 42.4066, 4.353889, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fenegan Cobbler (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1278, 36713, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1857.743, 2244.059, 42.41618, 2.391101, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1279, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1911.125, 2302.045, 41.66951, 2.268928, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1280, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1883.521, 2295.035, 42.37417, 5.462881, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1281, 50567, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1911.941, 2288.175, 44.17618, 4.572762, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fielding Chesterhill (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1282, 14881, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1868.439, 2240.159, 42.44826, 0.8717749, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1283, 50574, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1911.137, 2280.328, 52.76095, 2.268928, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Amelia Atherton (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1284, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1858.368, 2306.668, 42.20435, 0.6632251, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1285, 4075, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1907.688, 2294.853, 42.43021, 2.084355, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1286, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1833.033, 2285.684, 42.4066, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1287, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1810.7, 2287.014, 48.33446, 0.7853982, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1288, 36132, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1859.979, 2262.57, 44.30205, 2.338741, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Krennan Aranas (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1289, 50247, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1858.438, 2264.806, 44.30063, 3.089233, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Jack "All-Trades" Derrington (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1290, 50252, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1861.337, 2258.858, 44.31437, 1.989675, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mary Oxworth (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1291, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1832.193, 2291.517, 42.15972, 2.932153, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1292, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1915.04, 2298.856, 42.23234, 2.146755, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1293, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1900.295, 2251.633, 42.4409, 0.7687928, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1294, 36651, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1864.545, 2235.503, 42.40661, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sergeant Cleese (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1295, 36652, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1873.196, 2312.637, 42.35123, 5.410521, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vitus Darkwalker (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1296, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1865.71, 2244.677, 42.40661, 2.142154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1297, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1946.647, 2291.026, 37.8407, 5.38976, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1298, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1912.288, 2249.813, 42.4066, 3.630285, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1299, 4075, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1944.569, 2240.084, 35.99326, 0.381404, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1300, 36602, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1905.089, 2240.62, 42.40956, 3.979351, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1301, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1919.295, 2401.031, 29.81363, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1302, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1924.25, 2404.441, 29.92535, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1303, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1918.453, 2406.865, 29.98785, 2.932153, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1304, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1920.993, 2404.108, 29.84028, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1305, 36205, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1921.278, 2408.802, 30.11272, 6.265732, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Slain Watchman (Area: Duskhaven - Difficulty: 0) (Auras: 29266 - Permanent Feign Death)
+(@CGUID+1306, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1921.563, 2408.271, 30.1059, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1307, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1965.08, 2328.535, 31.70313, 2.932153, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1308, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1968.189, 2329.941, 31.17361, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1309, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1967.62, 2325.778, 31.57986, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1310, 4075, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1942.56, 2399.829, 30.09936, 2.338881, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1311, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1965.922, 2322.701, 31.99132, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1312, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2137.016, 2655.299, 20.10494, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1313, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2114.293, 2679.661, 14.26764, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1314, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2215.686, 2580.56, 14.61739, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1315, 50260, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1970.877, 2326.111, 31.17708, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1316, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2229.238, 2565.483, 8.746959, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1317, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2101.906, 2688.907, 19.31809, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1318, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2202.278, 2589.49, 19.6422, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1319, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2149.625, 2644.013, 26.59281, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1320, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2238.089, 2557.535, 20.49113, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1321, 36286, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2127.533, 2664.093, 8.338058, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Gigantic AOI) (Area: 0 - Difficulty: 0)
+(@CGUID+1322, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2027.752, 2335.644, 23.89056, 4.46264, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1323, 36602, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2088.369, 2396.276, 9.190241, 3.433784, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1324, 4075, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1987.116, 2520.611, 1.505745, 4.34325, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1325, 36809, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2061.918, 2520.584, 1.626604, 5.652586, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0)
+(@CGUID+1326, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2045.11, 2547.455, -1.990774, 1.662845, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1327, 4075, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1960.498, 2564.632, 1.516914, 0.5484725, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1328, 36714, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1872.151, 2506.262, 1.42375, 0.1868342, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1329, 36714, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1873.497, 2508.421, 1.42375, 6.016514, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1330, 36713, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1877.18, 2541.98, 1.733323, 3.560472, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1331, 36713, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1883.3, 2549.75, 1.765013, 3.892084, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1332, 36714, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1868.033, 2498.522, 1.516917, 0.004865484, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1333, 36714, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1862.132, 2499.514, 1.516917, 3.573515, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1334, 36779, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1865.14, 2533.53, -6.280756, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Marie Allen (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1335, 385, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1836.4, 2515.751, 1.392897, 5.796118, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horse (Area: 0 - Difficulty: 0)
+(@CGUID+1336, 385, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1834.173, 2499.552, 1.440771, 3.880611, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horse (Area: 0 - Difficulty: 0)
+(@CGUID+1337, 36713, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1835.089, 2558.704, 1.475253, 5.585053, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1338, 36713, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1843.587, 2565.123, 1.5169, 3.189306, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1339, 36713, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1844.884, 2573.387, 1.474942, 5.585053, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1340, 36714, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1812.819, 2536.378, 1.516914, 3.952781, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+1341, 36714, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1808.251, 2547.532, 1.516914, 1.375802, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1342, 36714, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1801.504, 2560.623, 1.516914, 3.766186, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1343, 36714, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1795.2, 2552.454, 1.51692, 5.36688, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1344, 36714, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1784.418, 2565.812, 1.51692, 1.873278, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1345, 36714, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1790.26, 2557.16, 1.51692, 5.60897, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1346, 36714, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1802.905, 2572.074, 1.405857, 4.315131, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Docile Sheep (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1347, 38881, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1729.269, 2588.716, 9.37013, 1.107149, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1348, 38881, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1730.493, 2586.27, 8.268576, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1349, 4075, 654, 4714, 4792, 3, 1, 181, 0, 0, 0, -1944.992, 2600.808, 1.460027, 1.490346, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1350, 883, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1985.079, 2608.889, 1.377832, 3.702061, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1351, 883, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1981.559, 2605.095, 1.400049, 6.046093, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1352, 36198, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1945.504, 2653.386, 1.094405, 1.675516, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1353, 36198, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1981.493, 2666.043, -2.156057, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1354, 38881, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -2009.104, 2649.822, -1.1914, 2.643025, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1355, 36198, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1994.359, 2677.642, -2.363312, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1356, 36198, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1986.214, 2697.9, 0.9094093, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1357, 36198, 654, 4714, 4793, 3, 1, 181, 0, 0, 0, -1950.483, 2727.837, 1.798249, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Ground) (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1358, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2097.573, 2652.641, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1359, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2096.345, 2664.139, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1360, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2093.408, 2658.986, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1361, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2101.179, 2658.095, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1362, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2107.87, 2652.498, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1363, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2110.955, 2640.365, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1364, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2115.441, 2644.72, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1365, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2103.724, 2647.109, 0.6819253, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1366, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2170.13, 2572.129, 0.6852943, 5.270895, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1367, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2184.613, 2581.917, 1.033246, 5.358161, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1368, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2184.627, 2557.023, 0.6852963, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1369, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2196.16, 2567.811, 1.033246, 5.497787, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1370, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2198.328, 2540.258, 0.6852953, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1371, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2211.34, 2551.493, 1.033246, 2.059489, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1372, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2223.099, 2543.769, 1.033245, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1373, 36810, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2212.681, 2528.211, 0.6852933, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1374, 4075, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2217.877, 2517.445, 0.7196064, 2.196885, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1375, 883, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2190.038, 2444.091, 4.437291, 4.038884, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1376, 36602, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2185.23, 2390.358, 4.295759, 0.9302249, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskmist Shore - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1377, 4075, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2144.559, 2389.865, 11.30809, 3.59154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1378, 38881, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2212.482, 2376.629, 1.188667, 5.41063, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1379, 38881, 654, 4714, 5720, 3, 1, 181, 0, 0, 0, -2211.32, 2377.942, 1.364448, 5.979951, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1380, 883, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2126.735, 2323.602, 8.130894, 1.733696, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+1381, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2119.229, 2353.934, 5.285028, 2.940812, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1382, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2119.277, 2353.563, 5.240594, 3.0661, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1383, 883, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2091.014, 2374.335, 7.570036, 1.670362, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+1384, 883, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2189.627, 2250.704, 7.602885, 3.344093, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+1385, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2139.396, 2256.533, 17.74356, 3.599851, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1386, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2136.638, 2257.452, 17.71415, 4.451774, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1387, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2112.07, 2236.423, 19.72607, 4.465312, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1388, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2113.355, 2238.005, 19.47607, 3.418121, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1389, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2092.037, 2229.21, 20.35863, 0.9734098, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1390, 38881, 654, 4714, 4807, 3, 1, 181, 0, 0, 0, -2091.174, 2225.512, 20.78844, 1.088813, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1391, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2252, 2229.54, 3.609465, 5.217492, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1392, 38881, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2253.115, 2229.19, 3.508942, 4.823775, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1393, 883, 654, 4714, 4806, 3, 1, 181, 0, 0, 0, -2026.064, 2314.191, 24.64938, 5.246471, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: Wahl Cottage - Difficulty: 0)
+(@CGUID+1394, 35374, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -2055.583, 2257.017, 22.65854, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1395, 51589, 654, 4714, 4807, 3, 1, 181, 0, 0, 0, -2153.938, 2179.819, 20.59937, 4.577056, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1396, 51589, 654, 4714, 4807, 3, 1, 181, 0, 0, 0, -2110.524, 2191.729, 21.25312, 1.169371, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1397, 51589, 654, 4714, 4807, 3, 1, 181, 0, 0, 0, -2193.335, 2176.108, 16.24729, 5.497787, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1398, 4075, 654, 4714, 4807, 3, 1, 181, 0, 0, 0, -2206.133, 2178.035, 15.90452, 4.939935, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1399, 51589, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2200.139, 2169.592, 16.23661, 5.497787, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1400, 38881, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2229.755, 2162.602, 16.18361, 4.78474, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1401, 38881, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2228.981, 2166.373, 16.19292, 1.677765, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1402, 51589, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2129.604, 2169.168, 27.98674, 5.131268, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1403, 38881, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2137.285, 2157.069, 29.42501, 2.415234, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1404, 38881, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2134.268, 2152.696, 31.92538, 5.067502, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1405, 51589, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2124.675, 2170.554, 28.01419, 4.328416, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1406, 51589, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2095.887, 2169.534, 29.49655, 0.477994, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1407, 38881, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2052.707, 2188.545, 33.88642, 3.524819, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1408, 38881, 654, 4714, 4818, 3, 1, 181, 0, 0, 0, -2053.393, 2190.76, 32.84199, 4.947924, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1409, 883, 654, 4714, 4807, 3, 1, 181, 0, 0, 0, -2021.937, 2212.563, 33.08863, 4.96681, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1410, 36602, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1933.632, 2184.587, 24.69743, 4.767129, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1411, 36200, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1903.668, 2187.361, 14.6577, 4.310963, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tremors Credit (Area: 0 - Difficulty: 0)
+(@CGUID+1412, 36453, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1892.859, 2257.148, 42.44826, 3.23674, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1413, 36453, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1865.71, 2244.677, 42.40661, 2.142154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1414, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1837.988, 2289.094, 42.36903, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1415, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1835.3, 2292.924, 42.29861, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1416, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1834.731, 2288.76, 42.4066, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1417, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1833.033, 2285.684, 42.4066, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1418, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1832.193, 2291.517, 42.15972, 2.932153, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1419, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1865.71, 2244.677, 42.40661, 2.142154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1420, 50260, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1924.25, 2404.441, 29.92535, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1421, 50260, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1918.453, 2406.865, 29.98785, 2.932153, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1422, 50260, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1920.993, 2404.108, 29.84028, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1423, 50260, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1921.563, 2408.271, 30.1059, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1424, 50260, 654, 4714, 0, 3, 1, 181, 0, 0, 0, -1919.295, 2401.031, 29.81363, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1425, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1872.44, 2255.146, 42.43734, 2.142164, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+-- (@CGUID+1426, 89715, UNKNOWN, 4714, 4786, 3, 1, 181, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1427, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1965.08, 2328.535, 31.70313, 2.932153, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1428, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1970.877, 2326.111, 31.17708, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1429, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1965.922, 2322.701, 31.99132, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1430, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1967.62, 2325.778, 31.57986, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1431, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1865.71, 2244.677, 42.40661, 2.142154, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+-- (@CGUID+1432, 89715, UNKNOWN, 4714, 0, 3, 1, 181, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1433, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1967.62, 2325.778, 31.57986, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1434, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1965.922, 2322.701, 31.99132, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1435, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1968.189, 2329.941, 31.17361, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1436, 50260, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1970.877, 2326.111, 31.17708, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1437, 36453, 654, 4714, 4786, 3, 1, 181, 0, 0, 0, -1865.71, 2244.677, 42.40661, 2.142154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1438, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1939.596, 2312.146, 36.75966, 0.6296648, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1439, 4075, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1944.386, 2246.423, 35.82804, 2.245129, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1440, 50260, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1845.707, 2323.847, 40.69478, 3.054326, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1441, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2029.057, 2230.007, 31.23999, 0.5041324, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1442, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2001.445, 2362.79, 25.07525, 4.025473, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1443, 36283, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2088.267, 2508.212, 1.877316, 6.021386, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1444, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2039.101, 2388.521, 16.46407, 3.121369, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1445, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1933.526, 2312.493, 37.70631, 2.615954, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1446, 36211, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1930.52, 2321.31, 36.56423, 2.107491, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1447, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1988.921, 2248.201, 33.05862, 5.478272, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1448, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1956.633, 2394.369, 29.24096, 1.302629, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1449, 50260, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1845.366, 2322.575, 41.02942, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1450, 36211, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1923.13, 2322.82, 37.81073, 2.129302, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1451, 50260, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1847.328, 2326.806, 40.7804, 3.455752, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+-- (@CGUID+1452, 36292, UNKNOWN, 4714, 4786, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+-- (@CGUID+1453, 36292, UNKNOWN, 4714, 4786, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1454, 4076, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1930.642, 2313.448, 37.88511, 5.240745, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1455, 50260, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1846.273, 2324.84, 41.12547, 3.228859, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1456, 14881, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1848.175, 2285.346, 49.00776, 5.223292, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1457, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1932.83, 2324.131, 36.36566, 5.398486, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1458, 36283, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2016.28, 2614.133, -2.234916, 5.67232, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1459, 4075, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1834.221, 2294.024, 42.32037, 3.059549, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+-- (@CGUID+1460, 36292, UNKNOWN, 4714, 4786, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1461, 14881, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1895.411, 2234.71, 42.44826, 5.541349, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1462, 36283, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2075.634, 2598.753, 5.374519, 6.056293, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1463, 4075, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1906.953, 2293.83, 42.43021, 0.2414436, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1464, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2030.963, 2302.654, 23.54598, 4.095688, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1465, 36211, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1922.01, 2329.51, 37.70973, 3.860208, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1466, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2029.341, 2267.566, 24.42772, 3.988277, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1467, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1890.891, 2380.112, 30.07628, 1.781548, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1468, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1940.078, 2315.138, 36.13776, 6.04423, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1469, 36140, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1931.933, 2312.474, 37.77858, 2.760886, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Prince Liam Greymane (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1470, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1918.899, 2327.637, 38.32611, 4.451494, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1471, 36211, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1936.64, 2314.3, 37.01373, 2.129302, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1472, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1918.379, 2329.585, 38.21685, 3.162233, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1473, 36211, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1931.82, 2314.95, 37.47253, 2.212221, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1474, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1935.302, 2313.822, 37.25325, 0.3132708, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1475, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2012.269, 2389.002, 18.98075, 0.7008355, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1476, 50260, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1844.379, 2320.49, 41.42661, 2.70526, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1477, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1906.13, 2355.925, 31.29263, 4.066617, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1478, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1965.391, 2284.476, 35.48597, 0.6632251, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+-- (@CGUID+1479, 36292, UNKNOWN, 4714, 4786, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1480, 36283, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1980.608, 2659.988, -1.49026, 4.939282, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1481, 4076, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1977.65, 2343.551, 29.58021, 2.361025, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: Duskhaven - Difficulty: 0)
+-- (@CGUID+1482, 36292, UNKNOWN, 4714, 4786, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1483, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1990.748, 2263.135, 33.41898, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1484, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1981.399, 2375.038, 26.7233, 5.305801, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1485, 4075, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1937.68, 2398.826, 29.97436, 5.109655, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1486, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1917.314, 2405.524, 29.89495, 4.572762, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1487, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2010.818, 2346.561, 25.00399, 5.72468, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0)
+-- (@CGUID+1488, 36292, UNKNOWN, 4714, 4786, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1489, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1989.08, 2392.79, 22.01476, 5.5967, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1490, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2031.736, 2322.998, 23.69159, 5.445427, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1491, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2027.476, 2286.572, 20.47247, 0.5239946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1492, 4076, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2010.343, 2248.568, 30.31535, 0.2506132, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1493, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2001.531, 2276.88, 31.16897, 6.265732, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1494, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2029.222, 2346.959, 23.39153, 5.300536, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1495, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2036.454, 2331.721, 22.91388, 5.857124, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1496, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2017.818, 2357.141, 23.98816, 5.609207, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1497, 36453, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1869.197, 2250.1, 42.42253, 2.142154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1498, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2009.283, 2365.781, 24.03346, 6.014537, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: )
+(@CGUID+1499, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1998.862, 2386.741, 21.38776, 5.695183, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1500, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2029.931, 2285.272, 19.18957, 0.05059898, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1501, 4076, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2053.545, 2375.034, 15.71663, 2.083564, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: 0 - Difficulty: 0)
+(@CGUID+1502, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2033.7, 2422.115, 14.88363, 5.497822, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1503, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2032.931, 2391.498, 17.78734, 5.340707, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1504, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2013.299, 2412.635, 18.27609, 6.265732, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1505, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2037.918, 2414.582, 13.95639, 0.006084236, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1506, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1974.081, 2289.687, 34.76425, 0.2492702, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1507, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2042.431, 2349.307, 17.24709, 5.475691, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1508, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2027.518, 2314.371, 24.43965, 5.958963, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1509, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2041.32, 2406.293, 13.18106, 0.1245281, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1510, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2026.243, 2363.87, 18.94803, 5.609448, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1511, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1999.359, 2308.2, 28.48075, 0.5739062, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1512, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2036.773, 2384.599, 17.43559, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0)
+(@CGUID+1513, 4076, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2058.683, 2340.339, 15.2881, 1.313816, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: 0 - Difficulty: 0)
+(@CGUID+1514, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2054.118, 2465.951, 3.36137, 2.059489, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1515, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2056.621, 2468.63, 3.324729, 5.463919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0)
+(@CGUID+1516, 36283, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2016.28, 2614.133, -2.234916, 5.67232, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: 0 - Difficulty: 0) (Auras: )
+-- (@CGUID+1517, 36292, UNKNOWN, 4714, 0, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1518, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2019.174, 2207.611, 34.17975, 0.7853982, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0)
+(@CGUID+1519, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1981.17, 2210.057, 31.1983, 1.047198, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0)
+(@CGUID+1520, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -2014.849, 2386.745, 18.60968, 5.462881, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1521, 36231, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1957.7, 2390.488, 29.00948, 5.602507, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1522, 34511, 654, 4714, 4786, 3, 1, 182, 0, 0, 0, -1906.13, 2355.925, 31.29263, 4.066617, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1523, 34511, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1959.222, 2360.818, 30.13632, 5.166174, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Invader (Area: 0 - Difficulty: 0)
+(@CGUID+1524, 36231, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2027.012, 2305.538, 24.16405, 0.296706, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1525, 36231, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2000.606, 2362.925, 25.13117, 5.707227, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: 0 - Difficulty: 0)
+(@CGUID+1526, 36231, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1990.54, 2249.99, 32.83912, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: 0 - Difficulty: 0)
+(@CGUID+1527, 36231, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2030.917, 2230.552, 30.85354, 5.909564, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: 0 - Difficulty: 0)
+-- (@CGUID+1528, 89715, UNKNOWN, 4714, 4786, 3, 1, 182, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Duskhaven - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+-- (@CGUID+1529, 89715, UNKNOWN, 4714, 0, 3, 1, 182, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1530, 50260, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1842.776, 2492.57, 4.528447, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1531, 50260, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1839.545, 2490.427, 3.626187, 5.72468, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1532, 50260, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1844.333, 2492.526, 4.103178, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1533, 50260, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1841.941, 2491.941, 3.390535, 4.171337, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1534, 36690, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1877.65, 2539, -6.280696, 0.3141593, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1535, 36690, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1868.63, 2529.44, -6.280756, 2.144363, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1536, 36690, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1875.12, 2533.92, -6.280746, 5.67232, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1537, 36291, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1876.7, 2529.58, -6.407587, 0.5061455, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Melinda Hammond (Area: 0 - Difficulty: 0)
+(@CGUID+1538, 36290, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1874.44, 2528.21, -6.377876, 2.303835, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Godfrey (Area: 0 - Difficulty: 0)
+(@CGUID+1539, 4076, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1920.969, 2537.676, 1.511007, 5.237446, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: 0 - Difficulty: 0)
+(@CGUID+1540, 36690, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1870.64, 2544.7, -6.281577, 3.630285, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1541, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1877.87, 2543.61, 1.711003, 3.787364, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1542, 36289, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1938.241, 2540.118, 1.516914, 3.519981, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- James (Area: 0 - Difficulty: 0)
+(@CGUID+1543, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1881.74, 2549.33, 1.728043, 3.892084, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+-- (@CGUID+1544, 89715, UNKNOWN, 4714, 0, 3, 1, 182, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1545, 4075, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1983.673, 2526.607, 1.505745, 0.4911897, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1546, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1978.146, 2528.327, 2.367205, 5.811946, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1547, 36288, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1931.613, 2562.289, 12.81499, 5.759586, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ashley (Area: 0 - Difficulty: 0)
+(@CGUID+1548, 4075, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1963.914, 2560.755, 1.516914, 2.554307, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1549, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2007.142, 2517.271, 1.475219, 2.059489, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1550, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1972.37, 2574.231, 1.475257, 5.811946, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1551, 4076, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2029.296, 2515.901, 1.571517, 4.441998, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: 0 - Difficulty: 0)
+(@CGUID+1552, 4075, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1946.546, 2598.071, 1.516914, 4.564366, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1553, 36211, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -2043.203, 2516.596, 1.372083, 2.140712, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1554, 36236, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -2010.175, 2520.038, 1.475565, 0.4537856, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Hammond Farmstead - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+1555, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2078.328, 2509.061, 1.605693, 2.059489, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1556, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2081.091, 2511.47, 1.925968, 5.566028, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0)
+(@CGUID+1557, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2084.033, 2581.464, 4.969142, 6.195919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0)
+(@CGUID+1558, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1979.2, 2613.916, 1.469092, 2.079609, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1559, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2084.361, 2577.759, 5.01181, 2.059489, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1560, 4076, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -2017.377, 2648.125, -1.37702, 1.592031, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1561, 4076, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2092.778, 2580.782, 5.338379, 0.01212562, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1562, 36211, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2110.939, 2571.857, 5.332771, 6.025509, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1563, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2107.395, 2570.923, 5.27535, 2.883916, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1564, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2111.459, 2568.227, 5.338346, 1.42856, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+(@CGUID+1565, 4076, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2133.335, 2525.363, 5.070315, 0.8438303, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: 0 - Difficulty: 0)
+(@CGUID+1566, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2114.707, 2484.644, 5.259289, 6.195919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0)
+(@CGUID+1567, 36211, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2111.635, 2482.165, 5.604977, 1.975928, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+1568, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2168.854, 2485.396, 4.307679, 6.195919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0)
+(@CGUID+1569, 36231, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2029.422, 2267.014, 24.40545, 0.7504916, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: 0 - Difficulty: 0)
+(@CGUID+1570, 36236, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2178.762, 2461.57, 4.737346, 6.195919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: 0 - Difficulty: 0)
+(@CGUID+1571, 4075, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2145.632, 2388.557, 11.30809, 6.189665, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1572, 36236, 654, 4714, 4806, 3, 1, 182, 0, 0, 0, -2210.998, 2474.594, 3.395042, 0.4537856, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Wahl Cottage - Difficulty: 0)
+(@CGUID+1573, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2214.55, 2512.438, 0.6852963, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1574, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2214.55, 2512.438, 0.6852963, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1575, 4075, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2217.748, 2520.174, 0.7196064, 0.8952777, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1576, 4076, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2189.063, 2559.896, 0.6730976, 1.223418, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Roach (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1577, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2214.417, 2538.855, 1.033245, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+(@CGUID+1578, 36396, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2231.882, 2564.843, 8.665133, 3.117697, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1579, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2183.597, 2577.313, 1.033247, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1580, 4075, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2215.377, 2582.514, 1.334369, 2.316696, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1581, 36396, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2242.757, 2554.41, 5.485041, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1582, 36396, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2206.201, 2578.189, 8.747289, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1583, 36396, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2218.167, 2584.615, 8.747667, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1584, 36231, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2027.012, 2305.538, 24.16405, 0.296706, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Horrid Abomination (Area: 0 - Difficulty: 0)
+(@CGUID+1585, 36211, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2097.174, 2616.273, 5.14965, 2.056505, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1586, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2016.01, 2566.115, 1.749406, 6.195919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+(@CGUID+1587, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2097.858, 2619.875, 5.098589, 4.900146, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1588, 36287, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1987.47, 2508.71, 1.47526, 0.8726646, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Cynthia (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1589, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1982.689, 2620.172, 1.407469, 6.195919, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1590, 36289, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1934.936, 2542.286, 1.516914, 1.230407, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- James (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1591, 36288, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1931.613, 2562.289, 12.81499, 5.759586, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ashley (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1592, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1930.987, 2582.747, 1.506843, 2.896394, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1593, 36236, 654, 4714, 4792, 3, 1, 182, 0, 0, 0, -1932.837, 2562.824, 3.662599, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Allen Farmstead - Difficulty: 0) (Auras: )
+-- (@CGUID+1594, 36292, UNKNOWN, 4714, 4793, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Hammond Farmstead - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1595, 36289, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -1935.495, 2541.383, 1.47525, 5.054659, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- James (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1596, 36288, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -1931.613, 2562.289, 12.81499, 5.759586, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ashley (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1597, 36283, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -2034.72, 2593.392, 0.8466073, 5.969026, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Hammond Farmstead - Difficulty: 0) (Auras: )
+-- (@CGUID+1598, 36292, UNKNOWN, 4714, 4793, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Hammond Farmstead - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1599, 36283, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -2046.314, 2649.224, -1.765954, 5.77704, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Hammond Farmstead - Difficulty: 0) (Auras: )
+-- (@CGUID+1600, 36292, UNKNOWN, 4714, 4793, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Hammond Farmstead - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1601, 36211, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2070.557, 2671.974, 0.6826683, 2.11012, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1602, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1981.385, 2663.552, -1.923354, 3.700098, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+(@CGUID+1603, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2020.915, 2618.366, -2.44457, 6.195919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1604, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2073.943, 2673.382, 0.6998444, 5.889065, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+(@CGUID+1605, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2072.44, 2675.12, 0.6998444, 5.251712, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1606, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2007.403, 2672.024, -2.24721, 6.195919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1607, 36236, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1981.859, 2675.357, -2.157121, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+(@CGUID+1608, 36396, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2135.009, 2662, 8.222679, 0.7388632, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1609, 36397, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2116.83, 2675.604, 0.9249209, 3.923431, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Captain Anson (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1610, 36396, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2134.523, 2654.878, 19.75914, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1611, 36397, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2100.524, 2691.794, 1.397312, 3.892084, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Captain Anson (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+(@CGUID+1612, 4075, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2114.718, 2675.823, 0.9249209, 4.659236, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1613, 36399, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2197.342, 2594.982, 1.806904, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Captain Morris (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1614, 36396, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2206.891, 2593.924, 13.79992, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: 0 - Difficulty: 0)
+(@CGUID+1615, 36396, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2204.21, 2594.031, 19.90866, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: 0 - Difficulty: 0)
+(@CGUID+1616, 36397, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2100.524, 2691.794, 1.397312, 3.892084, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Captain Anson (Area: Duskmist Shore - Difficulty: 0)
+-- (@CGUID+1617, 89715, UNKNOWN, 4714, 5720, 3, 1, 182, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Duskmist Shore - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+-- (@CGUID+1618, 89715, UNKNOWN, 4714, 5720, 3, 1, 182, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Duskmist Shore - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+-- (@CGUID+1619, 36292, UNKNOWN, 4714, 5720, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskmist Shore - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1620, 36396, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2236.193, 2557.195, 20.22004, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Sailor (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1621, 36283, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -2088.267, 2508.212, 1.877316, 6.021386, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Duskmist Shore - Difficulty: 0) (Auras: )
+-- (@CGUID+1622, 36292, UNKNOWN, 4714, 0, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+-- (@CGUID+1623, 36292, UNKNOWN, 4714, 0, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+-- (@CGUID+1624, 36292, UNKNOWN, 4714, 5720, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Duskmist Shore - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1625, 36287, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1987.47, 2508.71, 1.47526, 0.8726646, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Cynthia (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1626, 36288, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1931.613, 2562.289, 12.81499, 5.759586, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ashley (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1627, 36289, 654, 4714, 5720, 3, 1, 182, 0, 0, 0, -1935.093, 2539.927, 1.516914, 1.428452, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- James (Area: Duskmist Shore - Difficulty: 0)
+(@CGUID+1628, 36236, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -2010.175, 2520.038, 1.475565, 0.4537856, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1629, 36283, 654, 4714, 4792, 3, 1, 182, 0, 0, 0, -2045.318, 2546.75, -1.922617, 0.2094395, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Allen Farmstead - Difficulty: 0) (Auras: )
+-- (@CGUID+1630, 36292, UNKNOWN, 4714, 4792, 3, 1, 182, 0, 0, 0, -1.587495, -1.518573, 2.1183, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Machinist (Area: Allen Farmstead - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1631, 36236, 654, 4714, 4792, 3, 1, 182, 0, 0, 0, -1937.651, 2603.925, 2.935756, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1632, 36236, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -1942.595, 2693.899, 1.596641, 3.857178, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Hammond Farmstead - Difficulty: 0) (Auras: )
+(@CGUID+1633, 36312, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -1949.903, 2701.188, 0.8017913, 3.909538, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Dark Ranger Thyala (Area: Hammond Farmstead - Difficulty: 0) (Auras: )
+(@CGUID+1634, 36236, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -1958.33, 2710.695, 1.1981, 4.13643, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1635, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1996.812, 2651.02, -0.9919477, 0.8185352, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1636, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1956.569, 2650.195, 1.364684, 1.441473, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1637, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -2006.017, 2663.278, -2.049709, 0.5942355, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1638, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1973.507, 2655.07, -0.7489952, 1.098415, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1639, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1983.027, 2662.446, -1.745584, 0.8628055, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1640, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1994.329, 2672.281, -2.332234, 0.5766209, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1641, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1949.317, 2642.304, 1.245573, 1.58074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1642, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1972.509, 2639.645, 1.120733, 1.217854, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1643, 36405, 654, 4714, 0, 3, 1, 182, 0, 0, 0, -1944.512, 2656.901, 0.9966356, 1.691919, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Attack Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+1644, 36236, 654, 4714, 4793, 3, 1, 182, 0, 0, 0, -1978.146, 2528.327, 2.367205, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Footsoldier (Area: Hammond Farmstead - Difficulty: 0)
+(@CGUID+1645, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1916.191, 2607.47, -11.2943, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1646, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1940.7, 2538.642, -7.017484, 0, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning) (possible waypoints or random movement)
+(@CGUID+1647, 36693, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1899.359, 2518.773, 1.573444, 3.874631, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Unconscious Watchman (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1648, 36693, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1886.622, 2530.073, 1.631192, 5.899213, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Unconscious Watchman (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1649, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1931.599, 2542.114, -12.12351, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1650, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1905.271, 2587.891, -8.235822, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1651, 36653, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1896.938, 2517.273, 1.532789, 2.583087, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1652, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1931.938, 2562.328, -18.36551, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1653, 36451, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1897.979, 2526.242, 1.336252, 5.393067, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Prince Liam Greymane (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1654, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1919.474, 2575.895, -1.203168, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1655, 36460, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1966.036, 2559.959, -6.224012, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1656, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1965.96, 2496.97, -2.152177, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1657, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1944.477, 2558.96, -12.78011, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1658, 36693, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1887.837, 2569.263, 1.394398, 5.044002, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Unconscious Watchman (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1659, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1918.194, 2560.794, -11.10688, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1660, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1945.788, 2534.899, -2.660557, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1661, 36460, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1920.66, 2539.053, -6.500025, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1662, 36460, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1940.405, 2636.112, -8.762868, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1663, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1976.464, 2583.792, -22.28413, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1664, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1958.7, 2634.24, -12.67867, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1665, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1941.762, 2636.388, -18.7984, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1666, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1913.799, 2651.495, -21.25489, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1667, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1960.27, 2611.21, -23.13527, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1668, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1932.943, 2620.315, -14.58088, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1669, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1983.66, 2514.29, -0.2986297, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1670, 36460, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1989.01, 2528.4, -12.35534, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1671, 1412, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1914.064, 2431.644, 10.68506, 3.822418, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: Allen Farmstead - Difficulty: 0)
+(@CGUID+1672, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1985.55, 2507.92, -2.643317, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1673, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1949.922, 2652.142, -19.47942, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1674, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1997.27, 2581.39, -26.05257, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1675, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1991.668, 2612.144, -14.49639, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1676, 36460, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2013.267, 2536.024, -29.9056, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1677, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1980.5, 2618.48, -24.36697, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1678, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1976.635, 2640.549, -11.17811, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1679, 36460, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1990.41, 2607.499, -32.41578, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1680, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1991.205, 2598.466, -21.08466, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1681, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2018.583, 2529.221, -7.281898, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1682, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2026.281, 2550.102, -19.97391, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1683, 36460, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1984.344, 2644.814, -10.0302, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1684, 36460, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2008.069, 2498.075, -4.48015, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: 0 - Difficulty: 0)
+-- (@CGUID+1685, 89715, UNKNOWN, 4714, 0, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1686, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2033.634, 2531.108, -13.68533, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1687, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2067.627, 2518.351, -18.12771, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1688, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2041.491, 2557.11, -25.78121, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1689, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2065.099, 2549.347, -6.30722, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1690, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2039.12, 2578.366, -12.68698, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1691, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2126.276, 2509.099, -19.91146, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1692, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2114.007, 2505.531, -19.2103, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1693, 36460, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2099.017, 2558.895, -27.44139, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1694, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2038.283, 2587.346, -23.62228, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1695, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2086.08, 2571.24, -27.22697, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1696, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2094.65, 2530.69, -11.50647, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1697, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2078.601, 2586.965, -25.64573, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1698, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2090.474, 2612.577, -32.96537, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1699, 36671, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2132.438, 2430.071, 10.96212, 3.297239, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Scout (Area: 0 - Difficulty: 0)
+(@CGUID+1700, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2052.368, 2640.331, -6.518032, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1701, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2015.292, 2632.115, -24.47527, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1702, 36460, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2022.095, 2642.341, -3.6115, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1703, 36460, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2016.872, 2655.05, -27.50398, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1704, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2011.347, 2664.97, -18.41584, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1705, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1996.269, 2650.257, -16.23159, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1706, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1995.196, 2659.671, -27.88388, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1707, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1988.859, 2662.742, -26.69167, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1708, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2022.46, 2705.86, -13.24253, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1709, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1991.181, 2707.553, -18.24154, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1710, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1901.65, 2673.14, -25.97837, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1711, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1931.599, 2542.114, -12.12351, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1712, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1940.7, 2538.642, -7.017484, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1713, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1931.938, 2562.328, -18.36551, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1714, 36440, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1945.788, 2534.899, -2.660557, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: 0 - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1715, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1983.66, 2514.29, -0.2986297, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1716, 36440, 654, 4714, 4792, 3, 1, 183, 0, 0, 0, -1931.599, 2542.114, -12.12351, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Drowning Watchman (Area: Allen Farmstead - Difficulty: 0) (Auras: 68730 - Drowning)
+(@CGUID+1717, 1412, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2038.233, 2361.305, 17.03074, 2.543108, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: 0 - Difficulty: 0)
+(@CGUID+1718, 4075, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1905.729, 2294.271, 42.43021, 6.107071, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1719, 4075, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1913.506, 2274.448, 43.16224, 0.005954674, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1720, 36453, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1870.569, 2320.844, 42.40261, 1.745329, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1721, 50260, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2036.314, 2288.728, 23.10094, 1.53589, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1722, 50260, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2035.528, 2289.682, 23.10298, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1723, 50260, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2039.903, 2285.967, 23.08206, 1.518436, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1724, 4075, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1943.38, 2252.338, 35.86826, 0.2782301, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1725, 50260, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2043.743, 2282.677, 23.01582, 0.3141593, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1726, 50260, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2040.068, 2284.097, 23.05573, 0.3141593, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1727, 36452, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1901.852, 2255.918, 42.4066, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gwen Armstead (Area: 0 - Difficulty: 0)
+(@CGUID+1728, 1412, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2064.594, 2296.126, 20.72131, 6.023526, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: 0 - Difficulty: 0)
+(@CGUID+1729, 36453, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1859.325, 2317.17, 40.94944, 1.745329, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1730, 36453, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1862.349, 2314.979, 41.74386, 1.780236, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1731, 4075, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1880.538, 2227.259, 42.36433, 3.486225, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1732, 36453, 654, 4714, 4786, 3, 1, 183, 0, 0, 0, -1865.71, 2244.677, 42.40661, 2.142154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1733, 1412, 654, 4714, 4786, 3, 1, 183, 0, 0, 0, -2030.564, 2222.629, 31.54652, 4.735822, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1734, 36457, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2059.701, 2254.174, 22.57308, 1.361357, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lorna Crowley (Area: 0 - Difficulty: 0)
+-- (@CGUID+1735, 89715, UNKNOWN, 4714, 0, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1736, 36512, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2097.719, 2272.989, 20.30283, 2.339833, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1737, 50260, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2082.269, 2173.16, 30.40104, 3.455752, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1738, 36512, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2094.952, 2197.639, 22.05997, 5.896251, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1739, 36512, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2123.42, 2247.721, 18.71647, 0.8989032, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1740, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2121.928, 2173.144, 27.69879, 1.258092, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1741, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2086.338, 2171.091, 30.55097, 1.02183, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1742, 1412, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2128.093, 2179.975, 24.55499, 2.51021, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1743, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2129.881, 2243.822, 18.49297, 0.1938395, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0) (Auras: )
+(@CGUID+1744, 36512, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2147.051, 2265.453, 16.50418, 4.855178, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1745, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2153.725, 2188.535, 20.09478, 3.359927, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0) (Auras: )
+(@CGUID+1746, 36512, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2168.829, 2245.085, 9.64097, 2.185435, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1747, 36459, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2102.93, 2333.44, 8.443903, 2.129302, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Chance (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1748, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2157.76, 2229.123, 21.36505, 3.054326, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1749, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2152.448, 2233.689, 21.37903, 5.72468, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1750, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2160.345, 2226.668, 21.30106, 2.70526, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1751, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2152.905, 2220.071, 21.43919, 4.171337, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1752, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2163.637, 2223.675, 21.20371, 3.228859, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1753, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2156.745, 2216.781, 21.4099, 4.258604, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+-- (@CGUID+1754, 89715, UNKNOWN, 4714, 4807, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Crowley Orchard - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1755, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2164.878, 2222.653, 21.16788, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1756, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2148.53, 2223.786, 21.37672, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1757, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2149.839, 2172.445, 23.55789, 3.332525, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1758, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2173.38, 2190.493, 18.31223, 5.468274, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1759, 36528, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2169.461, 2183.998, 18.85292, 6.110325, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Koroth the Hillbreaker (Area: Crowley Orchard - Difficulty: 0) (possible waypoints or random movement)
+-- (@CGUID+1760, 89715, UNKNOWN, 4714, 4807, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Crowley Orchard - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1761, 4075, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2208.127, 2173.039, 17.02356, 3.135016, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1762, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2214.4, 2180.786, 15.95685, 4.231791, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1763, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2222.966, 2192.513, 15.88824, 4.22823, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1764, 36512, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2227.165, 2248.196, 5.833832, 2.963404, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1765, 50260, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2160.259, 2111.523, 0.08333334, 3.455752, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1766, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2242.916, 2219.874, 6.481071, 5.78737, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1767, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2247.366, 2191.321, 8.82949, 6.242629, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1768, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2179.983, 2161.076, 18.90147, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1769, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2163.637, 2223.675, 21.20371, 3.228859, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1770, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2160.345, 2226.668, 21.30106, 2.70526, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1771, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2164.878, 2222.653, 21.16788, 3.211406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1772, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2156.745, 2216.781, 21.4099, 4.258604, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1773, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2152.448, 2233.689, 21.37903, 5.72468, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1774, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2148.53, 2223.786, 21.37672, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1775, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2157.76, 2229.123, 21.36505, 3.054326, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1776, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2149.316, 2222.832, 21.40009, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1777, 50260, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2152.905, 2220.071, 21.43919, 4.171337, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1778, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2182.498, 2188.981, 16.91788, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0) (Auras: )
+(@CGUID+1779, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2224.143, 2223.513, 9.30829, 1.965813, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1780, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2260.127, 2178.198, 7.898295, 5.692473, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1781, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2204.229, 2177.219, 15.89669, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1782, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2247.939, 2213.325, 5.711417, 4.706357, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1783, 36540, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2114.04, 2185.849, 21.95291, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Stable Grounds - Difficulty: 0)
+(@CGUID+1784, 36461, 654, 4714, 4818, 3, 1, 183, 0, 0, 0, -2106.372, 2331.106, 7.23836, 0.2203812, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lucius the Cruel (Area: Crowley Stable Grounds - Difficulty: 0) (Auras: )
+(@CGUID+1785, 36458, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2097.923, 2350.033, 7.22208, 4.926181, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Grandma Wahl (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1786, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2084.323, 2169.802, 31.73435, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1787, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2122.37, 2175.873, 27.04242, 1.839704, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1788, 36459, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2102.93, 2333.44, 8.443903, 2.129302, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Chance (Area: Crowley Orchard - Difficulty: 0)
+-- (@CGUID+1789, 89715, UNKNOWN, 4714, 4807, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Crowley Orchard - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1790, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2204.26, 2177.433, 15.83185, 1.179565, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1791, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2178.413, 2159.806, 19.48803, 0.4299681, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1792, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2253.303, 2240.015, 3.466379, 2.952975, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1793, 36454, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2305.243, 2285.988, 0.1407533, 2.877767, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tim Hayward (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1794, 36456, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2299.521, 2279.163, 0.4234353, 2.234021, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sebastian Hayward (Area: 0 - Difficulty: 0)
+(@CGUID+1795, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2309.842, 2279.134, 0.4126258, 6.178895, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1796, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2308.967, 2276.749, 0.3261567, 5.333529, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1797, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2308.967, 2276.749, 0.3261567, 3.354133, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1798, 36455, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2306.203, 2278.753, 0.1702473, 2.827433, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Walt Hayward (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1799, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2308.167, 2288.197, 0.2571013, 5.636154, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1800, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2308.908, 2285.899, 0.3327485, 0.0242409, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1801, 36491, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2306.833, 2273.767, 0.2620933, 3.605254, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Trent Hayward (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1802, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2306.661, 2289.369, 0.2011567, 5.109429, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1803, 36492, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2304.722, 2268.62, 0.2758423, 3.595378, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ron Hayward (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1804, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2306.758, 2271.391, 0.20807, 5.345879, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1805, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2323.147, 2303.418, 0.8741097, 3.822872, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1806, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2318.123, 2253.828, 4.035071, 1.658063, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1807, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2338.146, 2262.361, 0.3575916, 0.07954393, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1808, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2337.212, 2262.188, 0.4146746, 2.037031, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1809, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2341.835, 2307.642, 0.5196103, 5.637414, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1810, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2340.967, 2295.823, 0.4033253, 2.354784, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1811, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2350.438, 2277.978, 0.4080283, 0.5934119, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1812, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2367.127, 2297.411, 2.480706, 6.021386, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1813, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2358.651, 2251.28, 10.97575, 0.595098, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0)
+(@CGUID+1814, 36540, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2251.88, 2211.33, 4.867301, 0.8011364, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Hayward Fishery - Difficulty: 0)
+(@CGUID+1815, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2336.215, 2260.189, 0.4121893, 1.308997, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0) (Auras: )
+(@CGUID+1816, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2317.769, 2320.373, 2.610169, 4.869469, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1817, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2358.651, 2251.28, 10.97575, 0.595098, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0) (Auras: )
+(@CGUID+1818, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2325.948, 2333.441, 8.004612, 4.660029, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0) (Auras: )
+(@CGUID+1819, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2375.964, 2284.384, 8.674864, 0.01512526, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0) (Auras: )
+-- (@CGUID+1820, 89715, UNKNOWN, 4714, 4808, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Hayward Fishery - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1821, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2350.438, 2277.978, 0.4080283, 0.5934119, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0)
+(@CGUID+1822, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2343.314, 2312.708, 8.626024, 5.530265, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0)
+(@CGUID+1823, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2324.167, 2246.646, 8.907442, 1.448623, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0) (Auras: )
+(@CGUID+1824, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2351.7, 2303.554, 8.474109, 5.8294, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0)
+(@CGUID+1825, 4075, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2147.606, 2390.255, 11.30012, 3.412529, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1826, 36671, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2176.29, 2400.46, 8.222999, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Scout (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1827, 36512, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2133.009, 2293.388, 15.81836, 3.251432, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fox (Area: 0 - Difficulty: 0)
+(@CGUID+1828, 36671, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2159.587, 2426.349, 10.77753, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Scout (Area: 0 - Difficulty: 0)
+(@CGUID+1829, 36671, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2128.765, 2428.352, 11.08712, 3.568005, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Scout (Area: 0 - Difficulty: 0)
+(@CGUID+1830, 36458, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2116.892, 2416.667, 12.25997, 3.316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Grandma Wahl (Area: 0 - Difficulty: 0)
+-- (@CGUID+1831, 89715, UNKNOWN, 4714, 4806, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Wahl Cottage - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1832, 36458, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2098.205, 2351.33, 7.183046, 4.926181, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Grandma Wahl (Area: 0 - Difficulty: 0)
+-- (@CGUID+1833, 89715, UNKNOWN, 4714, 0, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+-- (@CGUID+1834, 89715, UNKNOWN, 4714, 0, 3, 1, 183, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1835, 36458, 654, 4714, 4806, 3, 1, 183, 0, 0, 0, -2098.353, 2349.563, 7.202616, 3.926991, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Grandma Wahl (Area: Wahl Cottage - Difficulty: 0)
+(@CGUID+1836, 36459, 654, 4714, 4806, 3, 1, 183, 0, 0, 0, -2102.93, 2333.44, 8.443903, 2.129302, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Chance (Area: Wahl Cottage - Difficulty: 0)
+(@CGUID+1837, 36488, 654, 4714, 4806, 3, 1, 183, 0, 0, 0, -2299.812, 2322.352, 2.259143, 0.8613497, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Wahl Cottage - Difficulty: 0)
+(@CGUID+1838, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2306.661, 2289.369, 0.2011567, 5.109429, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1839, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2308.908, 2285.899, 0.3327485, 0.0242409, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1840, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2309.842, 2279.134, 0.4126258, 6.178895, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1841, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2306.758, 2271.391, 0.20807, 5.345879, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1842, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2318.123, 2253.828, 4.035071, 1.658063, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1843, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2341.835, 2307.642, 0.5196103, 5.637414, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1844, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2338.431, 2270.061, 0.8037716, 1.48927, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1845, 36488, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -2343.314, 2312.708, 8.626024, 5.8294, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: 0 - Difficulty: 0)
+(@CGUID+1846, 36488, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2351.7, 2303.554, 8.474109, 5.8294, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Castaway (Area: Hayward Fishery - Difficulty: 0)
+(@CGUID+1847, 36540, 654, 4714, 4808, 3, 1, 183, 0, 0, 0, -2221.842, 2190.584, 16.08087, 1.661268, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Hayward Fishery - Difficulty: 0)
+(@CGUID+1848, 36540, 654, 4714, 4807, 3, 1, 183, 0, 0, 0, -2114.04, 2185.849, 21.95291, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Horse (Area: Crowley Orchard - Difficulty: 0)
+(@CGUID+1849, 4075, 654, 4714, 4786, 3, 1, 183, 0, 0, 0, -1819.613, 2292.586, 42.24697, 5.910903, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1850, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1789.767, 2277.063, 79.65278, 3.455752, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1851, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1784.497, 2381.302, 42.80112, 4.171337, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1852, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1783.823, 2383.868, 43.50982, 1.308997, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1853, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1779.997, 2382.387, 43.21631, 4.852015, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1854, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1781.167, 2383.925, 43.59375, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1855, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1783.344, 2379.057, 42.36147, 3.682645, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1856, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1780.74, 2380.271, 42.9075, 4.258604, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1857, 50260, 654, 4714, 4786, 3, 1, 184, 0, 0, 0, -1781.953, 2382.97, 43.33854, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: Duskhaven - Difficulty: 0)
+(@CGUID+1858, 50260, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1672.283, 2418.774, 40.55382, 3.455752, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1859, 38755, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1670.69, 2530.55, 97.85456, 4.380776, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Stagecoach Harness (Area: 0 - Difficulty: 0) (Auras: )
+-- (@CGUID+1860, 43907, UNKNOWN, 4714, 0, 3, 1, 184, 0, 0, 0, 0, -0.8, -0.4, 3.141593, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Watchman (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1861, 50260, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1658.604, 2504.619, 100.9844, 1.308997, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+-- (@CGUID+1862, 38853, UNKNOWN, 4714, 0, 3, 1, 184, 0, 0, 0, 0.25, 0, -0.4, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Marie Allen (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1863, 50260, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1656.734, 2503.721, 101.6398, 4.153883, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+(@CGUID+1864, 50260, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1655.521, 2501.023, 102.7986, 4.258604, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+-- (@CGUID+1865, 44460, UNKNOWN, 4714, 0, 3, 1, 184, 0, 0, 0, 0, 0, -0.4, 3.141593, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gwen Armstead (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1866, 50260, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1655.948, 2504.676, 101.4983, 2.775074, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Crow (Area: 0 - Difficulty: 0)
+-- (@CGUID+1867, 51409, UNKNOWN, 4714, 0, 3, 1, 184, 0, 0, 0, 1, 0.4, 3, 0.5235987, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lorna Crowley (Area: 0 - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+1868, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1626.964, 2537.853, 127.6872, 0.3316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1869, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1601.113, 2507.536, 127.6665, 2.146755, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1870, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1604.509, 2510.902, 127.6665, 4.799655, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1871, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1625.729, 2534.273, 127.6872, 1.27409, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1872, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1602.924, 2510.032, 127.6665, 5.934119, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1873, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1625.215, 2536.806, 127.6872, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1874, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1605.125, 2508.967, 127.6665, 0.3839724, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1875, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1603.149, 2507.288, 127.6665, 1.396263, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1876, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1601.674, 2544.994, 130.3051, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1877, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1602.807, 2542.425, 130.3019, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1878, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1586.365, 2536.381, 130.3075, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1879, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1592.408, 2553.284, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1880, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1599.352, 2548.512, 130.3109, 0.6108652, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1881, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1591.446, 2553.617, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1882, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1600.382, 2549.99, 130.311, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1883, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1595.464, 2554.313, 130.3024, 0.7504916, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1884, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1583.851, 2540.373, 130.3024, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1885, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1589.917, 2551.046, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1886, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1589.365, 2538.095, 130.3097, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1887, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1594.885, 2536.915, 130.3073, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1888, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1593.307, 2560.061, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1889, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1587.863, 2552.047, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1890, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1592.349, 2545.373, 130.3028, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1891, 36453, 654, 4714, 0, 3, 1, 184, 0, 0, 0, -1595.774, 2538.556, 130.3047, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1892, 36453, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1583.708, 2549.175, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1893, 36962, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1591.144, 2576.674, 130.3106, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Injured Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1894, 4075, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1665.339, 2532.05, 97.94096, 1.743504, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+1895, 36962, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1595.267, 2582.161, 130.3106, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Injured Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1896, 36742, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1581.385, 2558.673, 130.429, 3.822271, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Princess Tess Greymane (Area: 0 - Difficulty: 0)
+(@CGUID+1897, 36606, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1582.83, 2554.696, 130.301, 3.822271, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Queen Mia Greymane (Area: 0 - Difficulty: 0)
+(@CGUID+1898, 36453, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1580.832, 2539.113, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1899, 36453, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1580.59, 2543.957, 130.301, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1900, 36962, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1588.792, 2582.033, 130.3106, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Injured Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1901, 36962, 654, 4714, 0, 3, 1, 183, 0, 0, 0, -1592.458, 2585.34, 130.3106, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Injured Villager (Area: 0 - Difficulty: 0)
+(@CGUID+1902, 36743, 654, 4714, 6545, 3, 1, 183, 0, 0, 0, -1517.514, 2607.744, 203.6081, 5.811946, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- King Genn Greymane (Area: Greymane Manor - Difficulty: 0)
+(@CGUID+1903, 37065, 654, 4714, 6545, 3, 1, 186, 0, 0, 0, -2222.056, 1809.637, 11.84316, 6.265732, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Prince Liam Greymane (Area: Greymane Manor - Difficulty: 0)
+(@CGUID+1904, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2104.573, 1871.934, 46.44729, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1905, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2098.606, 1871.356, 48.59307, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1906, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2089.524, 1865.844, 46.58089, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1907, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2103.842, 1856.615, 42.04173, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1908, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2103.842, 1856.615, 42.04173, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1909, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2100.347, 1852.439, 41.7836, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1910, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2108.026, 1864.361, 42.9807, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1911, 38762, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2132.672, 1863.085, 39.31306, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Ambusher (Area: 0 - Difficulty: 0)
+(@CGUID+1912, 38762, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2129.46, 1857.51, 40.83249, 0.4363323, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Ambusher (Area: 0 - Difficulty: 0)
+(@CGUID+1913, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2128.097, 1823.16, 25.65071, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1914, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2146.153, 1814.78, 19.12404, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1915, 35374, 654, 4714, 0, 3, 1, 194, 0, 0, 0, -2192.868, 1808.405, 12.55306, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: 0 - Difficulty: 0)
+(@CGUID+1916, 4075, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2220.438, 1830, 13.77187, 1.376972, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1917, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2314.979, 1820.068, 16.76386, 6.105515, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: )
+(@CGUID+1918, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2350.77, 1820.108, 13.54796, 3.943567, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1919, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2289.901, 1899.825, 60.2317, 5.075847, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1920, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2319.813, 1850.455, 36.89745, 1.188386, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1921, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2328.012, 1849.5, 38.36359, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1922, 37757, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2222.01, 1683.342, -39.41521, 1.964819, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1923, 17467, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2250.023, 1685.389, -32.14343, 0.10278, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Skunk (Area: 0 - Difficulty: 0)
+(@CGUID+1924, 37757, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2194.361, 1681.619, -42.69261, 0.2404294, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1925, 1420, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2114.164, 1777.052, 5.350837, 2.092918, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Toad (Area: 0 - Difficulty: 0)
+(@CGUID+1926, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2085.946, 1743.568, 5.418793, 4.677482, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1927, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2088.673, 1712.985, 5.195653, 5.045666, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1928, 1420, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2053.269, 1743.48, 5.467471, 5.661212, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Toad (Area: 0 - Difficulty: 0)
+(@CGUID+1929, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2052.552, 1773.783, 5.50883, 0.7389665, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1930, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2064.347, 1813.271, 6.6014, 4.677482, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1931, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2046.771, 1782.497, 5.995989, 4.677482, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1932, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2042.323, 1755.609, 6.879554, 4.363323, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1933, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2035.564, 1735.834, 4.818027, 5.090718, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1934, 1420, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2021.75, 1788.229, 5.026604, 0.3094055, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Toad (Area: 0 - Difficulty: 0)
+(@CGUID+1935, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2052.088, 1838.366, 6.021102, 5.504164, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1936, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1993.164, 1772.352, 4.659112, 1.914245, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0)
+(@CGUID+1937, 36882, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2022.69, 1734.639, 4.557447, 1.796056, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Swamp Crocolisk (Area: 0 - Difficulty: 0)
+(@CGUID+1938, 1420, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2046.311, 1827.403, 6.565859, 1.640218, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Toad (Area: 0 - Difficulty: 0)
+(@CGUID+1939, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1975.799, 1755.887, 6.32164, 4.677482, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1940, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1968.295, 1768.732, 5.093439, 2.156008, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0)
+(@CGUID+1941, 1420, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1949.864, 1776.945, 5.092546, 6.17904, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Toad (Area: 0 - Difficulty: 0)
+(@CGUID+1942, 36882, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2011.184, 1850.785, 2.510012, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Swamp Crocolisk (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+1943, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1976.578, 1830.984, 4.061096, 1.853849, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1944, 36882, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1944.571, 1716.762, 11.71028, 6.217535, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Swamp Crocolisk (Area: 0 - Difficulty: 0)
+(@CGUID+1945, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1942.318, 1740.957, 4.986871, 3.086384, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1946, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1944.242, 1827.25, 5.23807, 4.004033, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+1947, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1934.184, 1735.318, 8.591608, 5.509954, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0)
+(@CGUID+1948, 36882, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1920.596, 1751.243, 11.37824, 0.4340691, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Swamp Crocolisk (Area: 0 - Difficulty: 0)
+(@CGUID+1949, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1961.851, 1850.58, 6.458929, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1950, 1420, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1978.542, 1858.735, 7.353186, 0.5817764, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Toad (Area: 0 - Difficulty: 0)
+(@CGUID+1951, 2914, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1981.078, 1867.788, 9.016441, 4.889868, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Snake (Area: 0 - Difficulty: 0)
+(@CGUID+1952, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2037.108, 1822.477, 6.59187, 5.550147, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1953, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2080.288, 1803.877, 6.298983, 4.677482, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1954, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1996.222, 1819.523, 6.483276, 6.248279, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1955, 37067, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1973.38, 1794.951, 7.479462, 0.1745329, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Crash Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+1956, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2295.294, 1848.854, 27.60302, 4.308815, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1957, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2318.544, 1819.682, 16.10749, 4.946146, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: )
+(@CGUID+1958, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2326.411, 1843.457, 37.21524, 3.874984, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: )
+(@CGUID+1959, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2298.124, 1891.863, 57.27483, 4.359918, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1960, 36293, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2339.72, 1822.663, 14.56725, 2.392806, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Stagecoach Crash Site - Difficulty: 0)
+(@CGUID+1961, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2330.427, 1920.515, 72.7682, 5.732042, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1962, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2370.695, 1787.901, 11.10904, 1.525861, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1963, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2411.253, 1804.789, 8.44066, 0.7545393, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0) (Auras: )
+(@CGUID+1964, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2296.288, 1893.043, 57.84856, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1965, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2265.901, 1829.344, 13.91893, 2.360854, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1966, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2358.243, 1960.644, 72.72083, 1.190653, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1967, 36294, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2307.524, 1958.689, 87.08759, 3.202949, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Koroth the Hillbreaker (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1968, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2310.761, 1968.618, 86.70491, 4.725501, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1969, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2357.466, 1986.417, 73.46836, 6.022583, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1970, 4075, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2378.006, 1983.211, 71.37299, 4.344141, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1971, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2396.445, 1993.332, 71.05164, 1.682316, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1972, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2348.583, 1925.519, 72.77629, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0)
+(@CGUID+1973, 36293, 654, 4714, 4794, 3, 1, 186, 0, 0, 0, -2310.3, 1969.861, 86.9034, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: Koroth's Den - Difficulty: 0) (Auras: )
+(@CGUID+1974, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2164.897, 1807.154, 14.46432, 3.428806, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1975, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2179.701, 1811.443, 12.66034, 3.385304, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1976, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2162.393, 1812.746, 15.50504, 3.527933, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1977, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2177.874, 1803.656, 12.7196, 3.388163, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1978, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2174.643, 1812.399, 13.24926, 3.376272, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1979, 37808, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2197.293, 1822.761, 12.70856, 4.761226, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Koroth the Hillbreaker (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1980, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2165.997, 1808.915, 14.25601, 3.416854, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1981, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2172.834, 1804.607, 13.04089, 3.376502, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1982, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2160.849, 1809.056, 15.43305, 3.528136, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1983, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2170.303, 1812.466, 13.77917, 3.428881, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1984, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2174.177, 1810.454, 13.12984, 3.374901, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1985, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2179.26, 1809.493, 12.62636, 3.386817, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1986, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2162.277, 1810.634, 15.33755, 3.527362, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1987, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2168.036, 1804.795, 13.68332, 3.43113, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1988, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2173.302, 1806.551, 12.9903, 3.376366, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1989, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2178.346, 1805.599, 12.62927, 3.388103, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1990, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2166.53, 1812.927, 14.74527, 3.427272, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1991, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2169.779, 1810.536, 13.72131, 3.429977, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1992, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2174.377, 1808.351, 12.92016, 3.364133, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1993, 37807, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2151.068, 1814.108, 17.90762, 3.669207, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Catapult (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1994, 37806, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2182.88, 1806.019, 12.59338, 3.2923, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Captain Asther (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1995, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2179.484, 1807.375, 12.59338, 3.370728, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10)
+(@CGUID+1996, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2164.363, 1805.228, 14.39784, 3.430432, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1997, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2168.604, 1806.712, 13.67515, 3.429258, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1998, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2163.107, 1814.615, 15.50784, 3.528417, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+1999, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2166.002, 1810.997, 14.52147, 3.426626, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10; 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+2000, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2169.802, 1808.443, 13.59094, 3.433336, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+2001, 37805, 654, 4714, 4787, 3, 1, 186, 0, 0, 0, -2160.131, 1807.189, 15.33121, 3.528661, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Soldier (Area: Stagecoach Crash Site - Difficulty: 0) (Auras: 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10) (possible waypoints or random movement)
+(@CGUID+2002, 36293, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2321.978, 1844.984, 36.43571, 5.951577, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: 0 - Difficulty: 0)
+(@CGUID+2003, 37492, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2310.486, 1676.617, -13.53727, 5.923279, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: 0 - Difficulty: 0)
+(@CGUID+2004, 1412, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2333.846, 1677.837, -9.194799, 2.714642, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: 0 - Difficulty: 0)
+(@CGUID+2005, 36293, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2317.79, 1818.689, 16.12297, 2.217602, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: 0 - Difficulty: 0)
+(@CGUID+2006, 37757, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2312.298, 1689.519, -12.04752, 3.516469, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2007, 37757, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2314.056, 1661.463, -14.79609, 3.400502, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2008, 36293, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2349.031, 1821.967, 13.64273, 0.7602724, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Ogre Minion (Area: 0 - Difficulty: 0)
+(@CGUID+2009, 1412, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2422.104, 1689.602, 7.054198, 5.688141, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: 0 - Difficulty: 0)
+(@CGUID+2010, 6827, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2448.684, 1739.803, -0.1191244, 5.265195, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Strand Crab (Area: 0 - Difficulty: 0)
+(@CGUID+2011, 37757, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2314.126, 1622.481, -21.56667, 3.749371, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2012, 38793, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2442.507, 1567.884, 16.89371, 4.206244, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sergeant Cleese (Area: 0 - Difficulty: 0)
+(@CGUID+2013, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2468.842, 1544.344, 16.84812, 3.176499, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2014, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2465.181, 1551.333, 17.91768, 1.256637, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2015, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2454.429, 1535.677, 18.77496, 4.729842, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2016, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2440.043, 1533.938, 16.87734, 3.717551, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2017, 50247, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2480.764, 1575.951, 16.57475, 1.466077, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Jack "All-Trades" Derrington (Area: 0 - Difficulty: 0)
+(@CGUID+2018, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2470.868, 1543.514, 16.66768, 0.7679449, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2019, 50252, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2482.583, 1579.215, 16.69472, 6.161012, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mary Oxworth (Area: 0 - Difficulty: 0)
+(@CGUID+2020, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2467.538, 1548.29, 16.90124, 3.176499, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2021, 14881, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2445.909, 1555.41, 16.8201, 3.292814, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2022, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2470.342, 1545.406, 16.69405, 5.637414, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2023, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2469.424, 1545.566, 16.74535, 4.590216, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2024, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2470.418, 1532.998, 16.71332, 4.34587, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2025, 43558, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2456.46, 1539.8, 18.77433, 0.8726646, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Marie Allen (Area: 0 - Difficulty: 0)
+(@CGUID+2026, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2467.543, 1542.74, 18.5387, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2027, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2484.253, 1582.483, 16.78609, 0.1919862, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2028, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2458.747, 1559.453, 18.77275, 5.480334, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2029, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2454.168, 1540.391, 26.23162, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2030, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2485.837, 1572.411, 16.97638, 4.555309, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2031, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2471.2, 1538.04, 16.79883, 1.500983, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2032, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2441.167, 1533.148, 16.87734, 0.9424778, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2033, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2472.552, 1540.712, 16.75346, 5.235988, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2034, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2469.253, 1535.182, 16.80108, 3.176499, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2035, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2463.853, 1573.483, 16.91048, 3.490659, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2036, 38794, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2483.625, 1581.184, 16.74784, 6.178465, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Myriam Spellwaker (Area: 0 - Difficulty: 0)
+(@CGUID+2037, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2483.965, 1580.212, 18.6781, 2.111848, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2038, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2470.13, 1540.776, 16.74493, 4.18879, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2039, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2463.658, 1567.064, 16.91048, 4.101524, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2040, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2488.599, 1582.592, 17.01694, 1.169371, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2041, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2474.898, 1536.235, 16.61224, 4.725477, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2042, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2465.326, 1574.387, 16.91046, 4.29351, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2043, 37815, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2460.253, 1543.885, 18.77496, 1.169371, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lorna Crowley (Area: 0 - Difficulty: 0)
+(@CGUID+2044, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2454.707, 1534.852, 18.77496, 1.623156, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2045, 37102, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2457.271, 1556.42, 18.77391, 2.984513, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gwen Armstead (Area: 0 - Difficulty: 0)
+(@CGUID+2046, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2482.323, 1583.188, 16.55048, 4.310963, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2047, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2479.533, 1571.234, 16.45395, 1.134464, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2048, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2486.271, 1583.788, 16.8644, 0.4537856, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2049, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2466.936, 1572.543, 16.9103, 0.3316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2050, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2486.561, 1571.043, 16.93363, 0.9424778, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2051, 38792, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2456.299, 1550.217, 18.77496, 2.024582, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Willa Arnes (Area: 0 - Difficulty: 0)
+(@CGUID+2052, 38795, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2454.618, 1536.955, 25.11586, 3.438299, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sister Almyra (Area: 0 - Difficulty: 0)
+(@CGUID+2053, 38796, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2430.38, 1544.134, 16.96707, 4.310963, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Loren the Fence (Area: 0 - Difficulty: 0)
+(@CGUID+2054, 38799, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2468.189, 1552.111, 16.84649, 4.049164, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Celestine of the Harvest (Area: 0 - Difficulty: 0)
+(@CGUID+2055, 38798, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2437.955, 1537.361, 16.88889, 3.263766, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Huntsman Blake (Area: 0 - Difficulty: 0)
+(@CGUID+2056, 51947, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2457.144, 1525.245, 16.89908, 1.568822, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Steed (Area: 0 - Difficulty: 0)
+(@CGUID+2057, 51947, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2454.309, 1525.524, 16.87734, 1.862103, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Steed (Area: 0 - Difficulty: 0)
+(@CGUID+2058, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2469.455, 1529.752, 16.7079, 2.565634, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2059, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2467.734, 1529.17, 16.81957, 3.176499, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2060, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2469.151, 1530.918, 16.72274, 3.176499, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2061, 68993, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2455.557, 1523.637, 16.87756, 4.737201, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fenegan Cobbler (Area: 0 - Difficulty: 0)
+(@CGUID+2062, 14881, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2458.089, 1519.293, 16.8201, 0.5429909, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2063, 41561, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2451.684, 1507.451, 16.87733, 2.146755, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wary Mastiff (Area: 0 - Difficulty: 0)
+(@CGUID+2064, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2437.818, 1508.977, 19.14578, 4.101524, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2065, 37499, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2437.434, 1504.318, 19.5358, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: 0 - Difficulty: 0)
+(@CGUID+2066, 14881, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2439.054, 1483.126, 16.83115, 1.854152, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2067, 41561, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2460.842, 1471.694, 16.92142, 5.305801, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wary Mastiff (Area: Stormglen Village - Difficulty: 0)
+(@CGUID+2068, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2460.273, 1464.588, 18.09041, 1.622346, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2069, 37499, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2389.8, 1516.693, 6.949648, 2.900879, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2070, 37499, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2437.616, 1498.682, 19.64859, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Duskhaven Survivor (Area: Stormglen Village - Difficulty: 0)
+(@CGUID+2071, 38797, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2444.295, 1497.804, 18.53327, 1.047198, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vitus Darkwalker (Area: Stormglen Village - Difficulty: 0)
+(@CGUID+2072, 14881, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2468.696, 1445.456, 16.36344, 1.673382, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2073, 14881, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2445.826, 1439.491, 16.83914, 2.401504, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2074, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2405.872, 1441.328, 16.86809, 1.354149, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2075, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2445.504, 1421.789, 16.94125, 1.78139, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2076, 41561, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2363.035, 1522.523, 4.776458, 3.874631, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wary Mastiff (Area: Stormglen Village - Difficulty: 0)
+(@CGUID+2077, 50570, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2529.285, 1434.71, 1.126164, 1.239184, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Whilsey Bottomtooth (Area: Stormglen Village - Difficulty: 0)
+(@CGUID+2078, 14881, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2457.406, 1393.255, 16.88671, 1.041566, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2079, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2444.299, 1389.747, 16.88771, 0.3444263, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2080, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2480.719, 1385.661, 16.05769, 0.9684225, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2081, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2420.875, 1379.052, 15.25568, 6.236245, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2082, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2391.419, 1388.975, 10.2206, 4.591187, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2083, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2442.715, 1375.188, 18.33675, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2084, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2440.186, 1463.571, 16.87734, 3.406129, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2085, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2451.656, 1434.877, 16.87734, 3.979561, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2086, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2440.814, 1394.434, 16.87734, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2087, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2448.854, 1354.637, 16.88542, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2088, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2481.141, 1386.925, 16.13024, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2089, 14881, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2444.502, 1340.286, 16.81347, 1.221961, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2090, 14881, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2401.489, 1366.266, 11.49918, 2.243402, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2091, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2468.087, 1349.496, 16.81877, 0.6747253, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2092, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2448.936, 1357.832, 16.81347, 2.043101, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2093, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2444.791, 1335.823, 16.81347, 4.712589, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2094, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2424.9, 1326.784, 16.58442, 2.874316, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2095, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2460.137, 1319.652, 16.7832, 0.8694211, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2096, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2457.165, 1322.661, 16.86026, 0.5875962, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2097, 14881, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2421.972, 1306.343, 16.17268, 2.803473, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Stormglen Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2098, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2394.457, 1312.788, 13.32185, 1.210928, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2099, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2451.656, 1434.877, 16.87734, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2100, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2465.979, 1310.108, 16.55903, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2101, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2440.186, 1463.571, 16.87734, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2102, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2352.836, 1323.705, 10.76866, 0.4569626, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2103, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2440.814, 1394.434, 16.87734, 6.059841, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2104, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2481.141, 1386.925, 16.13024, 6.012689, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2105, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2474.384, 1346.101, 16.89529, 5.052388, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2106, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2440.186, 1463.571, 16.87734, 0.500531, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2107, 37822, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2272.661, 1446.84, -4.050539, 3.420845, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Belysra Starbreeze (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2108, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2249.13, 1477.031, -19.88973, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2109, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2236.253, 1428.648, -22.98801, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2110, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2321.287, 1340.331, 4.586587, 5.930398, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2111, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2238.691, 1374.934, -24.96582, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2112, 14881, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2352.556, 1347.13, 4.417718, 1.703993, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2113, 14881, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2269.935, 1315.492, 3.807919, 2.480128, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2114, 36813, 654, 4714, 4868, 3, 1, 186, 0, 0, 0, -2293.908, 1302.197, 7.200508, 0.8817583, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Bradshaw Mill - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2115, 37045, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2246.285, 1289.031, 3.725875, 2.234021, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rygna (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2116, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2394.803, 1313.722, 13.07966, 5.6406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2117, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2422.899, 1355.291, 15.15861, 4.061988, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2118, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2442.541, 1375.074, 18.25484, 1.420393, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2119, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2444.239, 1404.041, 16.86792, 1.699785, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2120, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2436.459, 1360.222, 16.81347, 2.161144, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2121, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2462.914, 1319.086, 16.4443, 1.82129, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2122, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2446.897, 1427.902, 17.02327, 6.206007, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2123, 36813, 654, 4714, 4858, 3, 1, 186, 0, 0, 0, -2463.861, 1317.209, 16.37477, 2.496973, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Rygna's Lair - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2124, 36813, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2480.966, 1386.022, 16.12312, 1.824243, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: 0 - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2125, 36813, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2444.199, 1437.675, 16.84196, 3.50553, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: 0 - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2126, 36813, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2423.326, 1325.908, 16.36632, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: 0 - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2127, 36813, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2404.269, 1443.719, 16.87674, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: 0 - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2128, 36813, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2446.54, 1309.314, 17.14807, 0.430107, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: 0 - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2129, 36813, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2442.563, 1453.226, 17.02436, 2.567324, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: 0 - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2130, 37492, 654, 4714, 4868, 3, 1, 186, 0, 0, 0, -2205.001, 1480.588, -45.40929, 0.8796527, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Bradshaw Mill - Difficulty: 0)
+(@CGUID+2131, 37757, 654, 4714, 4868, 3, 1, 186, 0, 0, 0, -2193.122, 1491.732, -45.65384, 5.069598, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Bradshaw Mill - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2132, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2186.605, 1505.65, -46.77687, 0.5253327, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2133, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2192.114, 1510.638, -45.07961, 3.161254, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2134, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2144.247, 1421.605, -60.88363, 0.7367068, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2135, 1412, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2161.257, 1473.621, -56.52977, 3.536234, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2136, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2184.697, 1538.851, -47.77, 2.684064, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2137, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2217.701, 1545.973, -40.9077, 0.2137378, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2138, 1412, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2193.875, 1552.402, -46.85101, 4.271507, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2139, 17467, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2271.257, 1579.668, -31.67898, 3.999217, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Skunk (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2140, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2255.094, 1590.357, -33.78094, 6.131522, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2141, 37045, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2246.285, 1289.031, 3.725875, 2.234021, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rygna (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2142, 37045, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2244.278, 1277.102, 5.243221, 5.102335, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rygna (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2143, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2121.573, 1378.507, -68.97599, 4.804447, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2144, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2119.807, 1290.004, -80.23896, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2145, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2117.191, 1291.67, -81.72794, 5.602507, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2146, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2107.483, 1283.594, -83.53056, 5.759586, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2147, 37489, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2079.262, 1304.703, -83.62872, 1.396263, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Watcher (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2148, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2071.55, 1293.026, -84.65822, 4.817109, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2149, 37489, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2106.703, 1278.995, -82.69401, 2.513274, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Watcher (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2150, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2085.377, 1276.587, -84.91493, 5.916666, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2151, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2094.587, 1262.622, -82.72876, 0.3316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2152, 37489, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2098.764, 1289.01, -83.83821, 2.583087, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Watcher (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2153, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2069.045, 1287.523, -85.24641, 4.694936, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2154, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2074.17, 1286.411, -85.09816, 5.026548, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2155, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2077.667, 1283.413, -84.85909, 5.305801, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2156, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2090.8, 1256.198, -82.72563, 0.6283185, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2157, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2089.519, 1266.465, -83.27575, 0.2443461, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2158, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2089.179, 1271.427, -83.99937, 6.265732, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2159, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2078.533, 1289.269, -83.80713, 5.183628, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2160, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2081.957, 1285.701, -83.45878, 5.427974, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2161, 37489, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2065.698, 1306.813, -83.23568, 1.396263, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Watcher (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2162, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2087.064, 1255.069, -83.12887, 0.7504916, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2163, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2095.163, 1277.064, -83.90789, 6.056293, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2164, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2089.792, 1261.285, -83.49983, 0.4537856, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2165, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2081.51, 1280.818, -84.83227, 5.61996, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2166, 42953, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2095.238, 1296.852, -83.85274, 3.001966, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Benjamin Sykes (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2167, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2095.028, 1269.135, -82.61728, 0.08726646, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2168, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2086.345, 1281.868, -83.53332, 5.72468, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2169, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2066.009, 1292.304, -84.3166, 4.555309, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2170, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2075.74, 1264.64, -85.13927, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0) (Auras: 71200 - Tal'doren Well)
+(@CGUID+2171, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2061.845, 1290.472, -84.2664, 4.328416, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2172, 37195, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2069.712, 1277.899, -85.31053, 2.80998, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Darius Crowley (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2173, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2065.203, 1286.604, -85.16756, 4.45059, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2174, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2060.72, 1285.8, -85.06769, 4.171337, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2175, 36814, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2075.595, 1261.635, -85.11127, 1.815142, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Talran of the Wild (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2176, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2056.853, 1285.622, -85.30289, 3.996804, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2177, 37870, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2057.693, 1270.361, -85.95164, 1.989675, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lyros Swiftwind (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2178, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2060.72, 1269.86, -85.66326, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0) (Auras: 71200 - Tal'doren Well)
+(@CGUID+2179, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2056.736, 1290.295, -84.26138, 4.118977, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2180, 35374, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2066.95, 1260.96, -85.45827, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - Multiphase (Area: The Blackwald - Difficulty: 0) (Auras: 71200 - Tal'doren Well)
+(@CGUID+2181, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2052.234, 1285.146, -86.08144, 3.822271, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2182, 37873, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2064.292, 1259.444, -85.63043, 1.867502, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vassandra Stormclaw (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2183, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2045.464, 1288.819, -85.07274, 3.769911, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2184, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2049.957, 1291.83, -85.21725, 3.944444, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2185, 37489, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2048.981, 1300.8, -84.24599, 1.396263, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Watcher (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2186, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2048.356, 1283.262, -86.36496, 3.647738, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2187, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2044.842, 1279.347, -86.22553, 3.455752, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2188, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2043.056, 1273.082, -85.59758, 3.193953, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2189, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2043.642, 1275.773, -85.74908, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2190, 37489, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2041.01, 1299.082, -83.92812, 1.396263, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Watcher (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2191, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2042.415, 1284.379, -84.89993, 3.577925, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2192, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2037.754, 1280.969, -84.77773, 3.438299, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2193, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2034.002, 1272.929, -84.72001, 3.176499, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2194, 37197, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2035.193, 1277.234, -84.63869, 3.298672, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Feral Worgen (Area: The Blackwald - Difficulty: 0)
+-- (@CGUID+2195, 89715, UNKNOWN, 4714, 4841, 3, 1, 186, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Tal'doren - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+2196, 37757, 654, 4714, 4841, 3, 1, 186, 0, 0, 0, -2057.6, 1420.749, -64.15114, 3.12425, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: Tal'doren - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2197, 37492, 654, 4714, 4841, 3, 1, 186, 0, 0, 0, -2004.945, 1394.43, -59.84397, 1.064945, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: Tal'doren - Difficulty: 0)
+(@CGUID+2198, 1412, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2009.361, 1444.796, -52.10462, 5.363318, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2199, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2112.557, 1447.171, -63.36251, 1.424976, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2200, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2021.546, 1447.642, -56.38438, 6.223934, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2201, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2091.436, 1442.82, -65.36361, 4.67737, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2202, 17467, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2086.042, 1485.012, -60.83679, 3.297433, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Skunk (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2203, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2078.751, 1495.443, -57.46443, 2.086181, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2204, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2019.228, 1512.906, -52.03741, 1.629569, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2205, 1412, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2026.452, 1546.477, -47.78167, 5.060912, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2206, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2051.171, 1547.146, -49.62706, 0.8154795, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2207, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2075.245, 1580.073, -46.26357, 4.405253, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2208, 1412, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2090.026, 1560.411, -51.38546, 3.648571, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2209, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2116.068, 1615.49, -43.34274, 4.869469, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2210, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2121.329, 1558.185, -52.98759, 3.128652, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2211, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2112.467, 1618.946, -43.03592, 5.183628, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2212, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2123.288, 1610.599, -43.49564, 5.044002, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2213, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2129.976, 1606.859, -43.49542, 4.118977, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2214, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2128.738, 1614.806, -43.49768, 3.612832, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2215, 1412, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2138.741, 1521.131, -52.85564, 2.557642, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2216, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2125.575, 1625.254, -42.15344, 3.612832, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2217, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2131.174, 1617.95, -43.49754, 3.612832, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2218, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2139.622, 1621.071, -43.42087, 3.612832, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2219, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2142.167, 1630.174, -42.47384, 3.071779, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2220, 38022, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2148.534, 1627.23, -42.86117, 4.915088, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Veteran Dark Ranger (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2221, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2179.449, 1595.851, -43.64265, 2.612164, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2222, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2140.455, 1577.458, -49.56214, 0.9659452, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2223, 1412, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2205.868, 1640.773, -39.88941, 3.135437, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Squirrel (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2224, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2192.257, 1655.043, -41.73511, 0.9723804, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2225, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2191.697, 1650.546, -40.87781, 4.716133, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2226, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2163.219, 1515.604, -52.99911, 6.127157, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2227, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2256.242, 1590.808, -33.59002, 5.518456, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2228, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2213.528, 1646.454, -37.50623, 1.756257, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2229, 37492, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2235.966, 1669.41, -36.84375, 5.18664, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Blackwald Fox (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2230, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2253.792, 1652.176, -33.41684, 5.420416, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2231, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2148.828, 1536.556, -51.41854, 0.5789014, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2232, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2118.699, 1414.633, -67.70088, 4.53731, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2233, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2020.889, 1448.564, -56.36512, 4.763796, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2234, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2118.99, 1557.402, -53.00114, 6.161878, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2235, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2142.358, 1577.203, -49.23738, 3.257961, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (Auras: )
+(@CGUID+2236, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2181.566, 1631.056, -39.24483, 5.146149, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2237, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2163.219, 1515.604, -52.99911, 6.14297, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2238, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2074.712, 1583.172, -45.72663, 4.641277, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2239, 38029, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2146.12, 1583.351, -48.80684, 1.239184, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tobias Mistmantle (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2240, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2053.563, 1548.592, -49.97409, 4.24205, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2241, 37757, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2021.953, 1513.739, -52.27101, 3.196301, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Howling Banshee (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2242, 37045, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2246.285, 1289.031, 3.725875, 2.234021, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rygna (Area: The Blackwald - Difficulty: 0)
+(@CGUID+2243, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2325.031, 1341.711, 4.504894, 2.666263, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2244, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2293.488, 1301.941, 7.137276, 1.86994, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2245, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2352.354, 1324.895, 10.56809, 5.984356, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2246, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2391.907, 1386.502, 10.26955, 4.322361, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2247, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2407.199, 1442.193, 16.86809, 0.4802078, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2248, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2439.356, 1391.99, 16.88771, 5.250543, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2249, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2436.88, 1466.271, 16.84196, 1.815113, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2250, 36813, 654, 4714, 4730, 3, 1, 186, 0, 0, 0, -2447.648, 1351.862, 16.81347, 5.122156, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: The Blackwald - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2251, 36813, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2481.06, 1386.637, 16.10065, 2.957104, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: 0 - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2252, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2452.4, 1435.612, 16.84196, 0.1195869, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2253, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2448.672, 1308.779, 17.25611, 3.940416, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2254, 36813, 654, 4714, 4731, 3, 1, 186, 0, 0, 0, -2442.715, 1375.188, 18.33675, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vilebrood Skitterer (Area: Stormglen Village - Difficulty: 0) (Auras: 3616 - Poison Proc)
+(@CGUID+2255, 37874, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2212.705, 1151.899, 49.2175, 4.956735, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Krennan Aranas (Area: 0 - Difficulty: 0)
+(@CGUID+2256, 37716, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2086.128, 987.0799, 64.37245, 2.234021, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: 0 - Difficulty: 0)
+(@CGUID+2257, 37716, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -2077.326, 994.9184, 64.87804, 2.391101, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+2258, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2062.773, 961.5414, 69.58472, 2.156631, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2259, 37718, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2057.841, 957.7251, 69.87888, 2.156631, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Mastiff (Area: Tempest's Reach - Difficulty: 0) (Auras: 70465 - Invisibility and Stealth Detection)
+(@CGUID+2260, 37875, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2041.352, 979.0156, 70.14867, 4.328416, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Godfrey (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2261, 4075, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2026.125, 993.1174, 70.08918, 4.689626, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2262, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2050.342, 965.9254, 70.16377, 4.014257, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2263, 38764, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2041.385, 975.4445, 70.14866, 3.001966, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Hewell (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2264, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2019.189, 991.0121, 70.14866, 3.403392, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2265, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2047.793, 983.9132, 70.14091, 0.2792527, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2266, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2028.618, 999.6962, 70.14866, 4.642576, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2267, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2032.549, 999.5121, 70.14866, 4.642576, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2268, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2045.535, 961.1441, 70.19665, 3.822271, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0) (Auras: )
+(@CGUID+2269, 37876, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2045.116, 977.2066, 70.14866, 5.742133, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- King Genn Greymane (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2270, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1937.209, 931.1801, 75.33196, 3.712475, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2271, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1919.628, 923.9976, 78.89323, 1.722227, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2272, 37733, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1924.275, 979.9164, 77.73791, 3.824613, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Lord Walden (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2273, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1921.101, 906.4855, 81.94279, 0.1566385, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2274, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1913.902, 905.9105, 82.63686, 2.369306, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2275, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1967.134, 836.3646, 64.46492, 1.658063, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2276, 37718, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1964.132, 838.6632, 64.48388, 1.500983, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Mastiff (Area: Tempest's Reach - Difficulty: 0) (Auras: 70465 - Invisibility and Stealth Detection)
+(@CGUID+2277, 37718, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1902.36, 923.4354, 80.59916, 0.3347758, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Mastiff (Area: Tempest's Reach - Difficulty: 0) (Auras: 70465 - Invisibility and Stealth Detection)
+(@CGUID+2278, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1914.89, 862.7841, 74.67279, 3.286333, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2279, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1928.207, 856.7296, 70.77972, 1.592948, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2280, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1919.59, 862.6, 73.25653, 0.1796936, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2281, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1914.509, 858.0013, 74.89689, 4.715102, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2282, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1908.665, 863.7642, 76.47344, 3.460563, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2283, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1913.863, 859.3576, 75.05936, 1.551215, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2284, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1911.004, 863.5894, 75.85541, 0.4959931, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2285, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1909.188, 857.6131, 76.41644, 1.038892, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2286, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1904.899, 862.8008, 77.71645, 5.138881, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2287, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1904.017, 866.9612, 78.02936, 4.108141, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2288, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1909.322, 853.0889, 76.70111, 5.553753, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2289, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1905.371, 861.2288, 77.50043, 2.389602, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2290, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1902.321, 868.3013, 78.24804, 2.130514, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2291, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1903.116, 862.2756, 78.06268, 3.106213, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2292, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1904.073, 857.5835, 77.89398, 0.8831825, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2293, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1897.984, 857.5631, 79.60684, 4.612489, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2294, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1897.564, 861.6774, 79.65906, 3.726419, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2295, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1896.887, 862.2932, 79.82166, 3.276378, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2296, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1897.771, 868.7772, 79.71726, 4.442158, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2297, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1896.355, 863.1017, 79.83398, 1.086658, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2298, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1902.42, 859.8005, 78.31317, 5.092982, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2299, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1903.566, 855.0596, 78.01556, 0.5773669, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2300, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1998.283, 908.1962, 57.41319, 5.148063, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2301, 37718, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1997.8, 909.1198, 57.46947, 5.055456, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Mastiff (Area: Tempest's Reach - Difficulty: 0) (Auras: 70465 - Invisibility and Stealth Detection)
+(@CGUID+2302, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1894.662, 857.1738, 80.27771, 5.057364, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2303, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1893.942, 858.9703, 80.37817, 0.6437541, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2304, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1892.988, 868.7256, 80.86521, 0.001979412, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2305, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1890.725, 864.7599, 81.17566, 3.631448, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2306, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1889.955, 864.3631, 81.36023, 6.121931, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2307, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1889.267, 869.3339, 81.53294, 0.05592414, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2308, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1888.516, 870.6252, 81.62327, 2.442823, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2309, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1886.881, 872.2451, 81.81931, 2.61446, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2310, 37735, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2092.304, 764.4661, 94.47392, 1.694386, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Baron Ashbury (Area: Tempest's Reach - Difficulty: 0) (Auras: )
+(@CGUID+2311, 4075, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2109.259, 748.873, 94.53229, 5.42756, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2312, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2093.806, 754.0712, 94.50212, 5.201081, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2313, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1976.75, 837.9462, 64.3992, 0.9075712, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2314, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1960.573, 837.5, 64.48388, 4.834562, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2315, 37718, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1957.79, 840.8281, 64.48388, 2.129302, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Mastiff (Area: Tempest's Reach - Difficulty: 0) (Auras: 70465 - Invisibility and Stealth Detection)
+(@CGUID+2316, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1879.363, 950.499, 77.91145, 4.894523, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2317, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1916.25, 979.1003, 77.73792, 2.614152, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2318, 37718, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1902.163, 989.0521, 75.6853, 4.956735, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Mountain Mastiff (Area: Tempest's Reach - Difficulty: 0) (Auras: 70465 - Invisibility and Stealth Detection)
+(@CGUID+2319, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1822.005, 971.392, 58.58539, 5.419467, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2320, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1901.005, 989.8021, 75.67709, 4.764749, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2321, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1925.287, 982.2239, 77.73807, 2.951907, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2322, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1823.594, 988.7233, 58.43707, 5.240587, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2323, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1894.108, 1036.98, 64.60206, 3.469694, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2324, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1905.647, 1035.204, 65.15392, 1.285637, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2325, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1906.687, 1036.724, 65.22466, 6.012653, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2326, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1911.629, 1039.887, 65.31506, 4.107174, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2327, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1901.775, 1039.278, 64.69225, 3.021202, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2328, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1918.814, 1031.447, 65.5804, 3.427624, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2329, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1913.349, 1034.38, 65.57848, 2.347079, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2330, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1914.84, 1037.298, 65.66393, 3.868539, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2331, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1907.099, 1041.098, 64.8341, 1.902692, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2332, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1891.425, 1039.034, 64.18276, 6.077055, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2333, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1909.326, 1043.998, 64.66404, 5.809627, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2334, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1912.232, 1043.057, 65.0902, 5.888049, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2335, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1943.17, 1036.167, 68.99796, 4.867292, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2336, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1887.32, 1081.494, 54.30678, 4.33567, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2337, 37733, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1922.464, 984.9792, 77.82124, 3.498232, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Lord Walden (Area: Tempest's Reach - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2338, 1933, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1880.006, 1080.271, 53.21584, 0.6331846, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2339, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1982.932, 849.1962, 64.3992, 4.650543, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2340, 37875, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2041.352, 979.0156, 70.14867, 4.328416, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Godfrey (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2341, 37716, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2086.128, 987.0799, 64.37245, 2.234021, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Tempest's Reach Watchman (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2342, 37875, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -2041.352, 979.0156, 70.14867, 4.328416, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Godfrey (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2343, 37733, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1900.364, 953.2968, 76.87069, 2.265538, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lord Walden (Area: Tempest's Reach - Difficulty: 0)
+(@CGUID+2344, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1766.411, 953.4451, 83.36337, 0.731831, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2345, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1813.822, 1020.972, 58.51755, 2.879943, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2346, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1766.196, 954.5823, 83.02462, 0.5671121, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2347, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1765.995, 954.1194, 83.03878, 0.6799676, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2348, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1762.557, 956.8993, 82.34884, 0.7469421, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2349, 37785, 654, 4714, 4788, 3, 1, 186, 0, 0, 0, -1777.473, 1006.034, 58.52797, 3.013426, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: Tempest's Reach - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2350, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1787.103, 1025.685, 57.98659, 0.5556529, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2351, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1782.127, 1062.038, 44.04824, 2.992576, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0)
+(@CGUID+2352, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1680.093, 1037.685, 45.22851, 3.710023, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2353, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1778.974, 1088.439, 44.29289, 4.237825, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0)
+(@CGUID+2354, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1739.298, 1104.61, 28.37756, 3.534431, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2355, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1654.559, 1081.369, 33.09321, 6.107123, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2356, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1649.615, 1086.453, 32.46547, 5.7215, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2357, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1642.722, 1089.708, 32.13505, 3.284471, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2358, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1754.19, 1118.421, 26.56674, 5.873858, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2359, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1657.222, 1085.087, 32.75394, 3.208626, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2360, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1670.168, 1095.385, 31.1942, 0.1956711, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2361, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1645.912, 1084.19, 32.73649, 1.353354, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2362, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1655.78, 1090.686, 31.79814, 4.342983, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2363, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1650.551, 1080.73, 33.03056, 1.871225, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2364, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1652.3, 1091.11, 31.78129, 2.292262, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2365, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1652.962, 1096.556, 30.47856, 5.313097, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2366, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1659.964, 1084.5, 32.87186, 5.735428, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2367, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1657.57, 1072.049, 33.69352, 2.274296, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2368, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1662.227, 1075.651, 33.59375, 2.040933, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2369, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1812.225, 1082.612, 44.13652, 2.558719, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0)
+(@CGUID+2370, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1798.154, 1127.659, 37.90847, 3.806003, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0)
+(@CGUID+2371, 37785, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1812.215, 1110.962, 42.06323, 0.8036042, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Wild Horse (Area: 0 - Difficulty: 0)
+(@CGUID+2372, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1877.502, 1091.739, 52.20302, 1.487702, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2373, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1881, 1093.42, 52.24208, 5.736088, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2374, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1895.349, 1091.342, 53.83839, 4.371408, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2375, 1933, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1890.742, 1088.269, 53.90443, 3.121319, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sheep (Area: 0 - Difficulty: 0)
+(@CGUID+2376, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1605.409, 1080.439, 32.01046, 2.309488, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0)
+(@CGUID+2377, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1569.169, 1062.743, 24.39457, 5.595349, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2378, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1580.216, 1020.847, 21.62141, 3.996388, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2379, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1580.198, 1014.477, 21.04743, 5.62917, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2380, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1555.243, 988.1189, 20.21542, 3.605035, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2381, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1560.486, 1058.217, 24.29855, 5.874924, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2382, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1559.429, 1059.815, 24.67224, 3.811555, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2383, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1545.986, 993.9269, 19.53439, 0.001003904, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2384, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1549.759, 1145.312, 26.16215, 5.135545, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0)
+(@CGUID+2385, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1519.787, 1131.7, 30.34324, 2.525067, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0)
+(@CGUID+2386, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1548.034, 969.0126, 20.62399, 3.093982, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2387, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1478.326, 1043.266, 23.01708, 4.25891, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2388, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1487.395, 1041.143, 21.64647, 0.4233694, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2389, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1552.672, 948.2483, 18.83127, 3.700454, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2390, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1437.468, 1037.865, 24.60996, 2.828236, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2391, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1429.662, 1044.256, 26.44272, 2.220539, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2392, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1460.203, 1121.638, 28.18251, 4.484247, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2393, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1471.845, 1127.615, 28.80344, 1.641229, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2394, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1460.91, 1127.816, 27.94843, 3.167593, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2395, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1429.298, 1119.558, 29.23123, 4.687386, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2396, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1477.008, 1140.012, 29.29371, 3.317899, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0)
+(@CGUID+2397, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1428.923, 1139.469, 30.46611, 3.534024, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0)
+(@CGUID+2398, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1451.64, 1168.422, 29.92222, 0.9404342, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2399, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1443.021, 1171.445, 30.08483, 4.824625, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2400, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1362.999, 1054.876, 28.12899, 0.610488, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2401, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1360.591, 1056.686, 28.68339, 0.9568623, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2402, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1442.865, 1175.942, 30.09873, 6.13234, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0)
+(@CGUID+2403, 38797, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1347.07, 1186.63, 34.81373, 4.607669, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Vitus Darkwalker (Area: 0 - Difficulty: 0)
+(@CGUID+2404, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1363.941, 1194.002, 35.55875, 5.323254, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2405, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1356.953, 1193.13, 35.61599, 2.600541, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2406, 37783, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1369.111, 1209.896, 35.64298, 2.565634, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Lorna Crowley (Area: 0 - Difficulty: 0)
+(@CGUID+2407, 42853, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1354.778, 1203.944, 35.23962, 2.513274, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Karen Murray (Area: 0 - Difficulty: 0)
+(@CGUID+2408, 38143, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1366.37, 1216.948, 35.60897, 4.29351, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Magda Whitewall (Area: 0 - Difficulty: 0)
+(@CGUID+2409, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1370.899, 1214.674, 35.64282, 6.021386, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2410, 38796, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1353.23, 1206.61, 36.48333, 2.86234, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Loren the Fence (Area: 0 - Difficulty: 0)
+(@CGUID+2411, 38799, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1364.24, 1213.78, 35.54903, 3.106686, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Celestine of the Harvest (Area: 0 - Difficulty: 0)
+(@CGUID+2412, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1346.797, 1202.634, 35.33855, 3.682645, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2413, 38794, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1365.35, 1211.39, 35.60273, 2.373648, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Myriam Spellwaker (Area: 0 - Difficulty: 0)
+(@CGUID+2414, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1347.792, 1211.634, 35.52583, 5.585053, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2415, 37803, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1373.918, 1226.244, 35.66685, 4.519669, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Marcus (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2416, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1384.786, 1229.773, 36.72495, 2.373648, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2417, 38793, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1351.59, 1217.72, 35.49733, 3.857178, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sergeant Cleese (Area: 0 - Difficulty: 0)
+(@CGUID+2418, 38795, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1384.8, 1224.42, 35.64303, 3.735005, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Sister Almyra (Area: 0 - Difficulty: 0)
+(@CGUID+2419, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1363.467, 1223.642, 35.55262, 4.014257, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2420, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1358.179, 1218.613, 35.40312, 4.24115, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2421, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1377.941, 1230.526, 35.64298, 4.433136, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2422, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1410.307, 1232.766, 35.84528, 1.745329, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2423, 51947, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1373.675, 1234.944, 35.62807, 4.823384, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Steed (Area: 0 - Difficulty: 0)
+(@CGUID+2424, 68993, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1375.682, 1233.443, 35.63013, 4.351362, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Fenegan Cobbler (Area: 0 - Difficulty: 0)
+(@CGUID+2425, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1391.108, 1231.099, 35.64298, 2.164208, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2426, 51947, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1376.597, 1235.845, 35.62807, 4.380523, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Steed (Area: 0 - Difficulty: 0)
+(@CGUID+2427, 38553, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1391.245, 1236.05, 35.64298, 4.066617, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Krennan Aranas (Area: 0 - Difficulty: 0)
+(@CGUID+2428, 44463, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1385.96, 1239.35, 35.64303, 4.415683, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Baron (Area: 0 - Difficulty: 0)
+(@CGUID+2429, 38798, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1384.25, 1238.88, 35.64303, 4.223697, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Huntsman Blake (Area: 0 - Difficulty: 0)
+(@CGUID+2430, 37784, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1395.229, 1237.469, 35.64298, 1.937315, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Gilnean Militia (Area: 0 - Difficulty: 0)
+(@CGUID+2431, 883, 654, 4714, 4842, 3, 1, 186, 0, 0, 0, -1473.401, 1176.149, 29.65481, 5.421917, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: Livery Outpost - Difficulty: 0)
+(@CGUID+2432, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1328.716, 1044.632, 27.21948, 4.509848, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+2433, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1322.85, 1039.804, 27.27334, 4.279849, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2434, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1345.71, 983.3586, 17.88557, 3.024894, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2435, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1343.625, 985.3588, 18.36555, 5.695968, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+2436, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1285.29, 988.778, 22.43923, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+2437, 883, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1289.676, 997.2642, 24.21499, 5.668481, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Deer (Area: 0 - Difficulty: 0)
+(@CGUID+2438, 6827, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1389.509, 896.3482, 1.42156, 2.020392, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Strand Crab (Area: 0 - Difficulty: 0)
+(@CGUID+2439, 6827, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1295.605, 897.1851, -6.891016, 1.32416, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Strand Crab (Area: 0 - Difficulty: 0)
+(@CGUID+2440, 37701, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1220.865, 1017.769, 43.51139, 1.378325, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: 0 - Difficulty: 0)
+(@CGUID+2441, 37701, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1195.064, 1051.422, 36.40697, 1.58825, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: 0 - Difficulty: 0)
+(@CGUID+2442, 24042, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1195.655, 1064.754, 36.60436, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: 0 - Difficulty: 0)
+(@CGUID+2443, 4075, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1184.375, 1051.041, 36.81004, 0.7261075, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+2444, 24042, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1177.677, 1023.012, 42.50446, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: 0 - Difficulty: 0)
+(@CGUID+2445, 24042, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1177.677, 1023.012, 42.50446, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: 0 - Difficulty: 0)
+(@CGUID+2446, 37694, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1186.611, 1057.422, 36.6875, 0.2268928, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: 0 - Difficulty: 0)
+(@CGUID+2447, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1445.439, 981.6216, 12.69979, 0.6186758, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+2448, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1518.413, 1010.989, 14.23741, 0.6384211, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+2449, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1475.851, 1129.615, 28.13864, 4.100233, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2450, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1428.897, 1143.83, 29.87429, 0.9643223, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2451, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1445.64, 1176.841, 30.1157, 3.086143, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Brown Stag (Area: 0 - Difficulty: 0) (possible waypoints or random movement)
+-- (@CGUID+2452, 89715, UNKNOWN, 4714, 4842, 3, 1, 186, 0, 0, 0, 0, 0, 0, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Franklin Martin (Area: Livery Outpost - Difficulty: 0) (Auras: 46598 - Ride Vehicle Hardcoded) - !!! on transport - transport template not found !!!
+(@CGUID+2453, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1198.441, 1126.279, 29.71229, 0.3084756, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2454, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1169.899, 1166.785, 24.36594, 4.380776, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2455, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1175.554, 1181.368, 26.45539, 3.368485, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2456, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1183.036, 1127.25, 25.34916, 3.368485, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0) (Auras: )
+(@CGUID+2457, 4075, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1164.042, 1143.622, 24.30762, 0.8832034, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+2458, 4075, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1157.317, 1181.112, 24.2856, 1.548837, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+2459, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1152.797, 1177.391, 24.36594, 0.6981317, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2460, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1161.538, 1147.122, 24.36594, 5.916666, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2461, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1160.457, 1128.747, 24.40304, 6.268282, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2462, 37686, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1129.465, 1147.7, 24.36594, 3.385939, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Executor Cornell (Area: 0 - Difficulty: 0)
+(@CGUID+2463, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1128.061, 1126.943, 24.36594, 4.206244, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2464, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1114.819, 1139.373, 25.99157, 3.787364, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2465, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1115.024, 1118.432, 24.36654, 3.630285, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2466, 4075, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1121.379, 1112.091, 24.76077, 1.991924, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: 0 - Difficulty: 0)
+(@CGUID+2467, 37692, 654, 4714, 4734, 3, 1, 186, 0, 0, 0, -1124.338, 1090.745, 24.24609, 2.321506, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: Emberstone Village - Difficulty: 0)
+(@CGUID+2468, 37692, 654, 4714, 4734, 3, 1, 186, 0, 0, 0, -1119.995, 1082.564, 24.18057, 2.251475, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: Emberstone Village - Difficulty: 0)
+(@CGUID+2469, 14881, 654, 4714, 4734, 3, 1, 186, 0, 0, 0, -1162.604, 1024.694, 43.44715, 3.447003, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Emberstone Village - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2470, 37685, 654, 4714, 4734, 3, 1, 186, 0, 0, 0, -1108.061, 1106.998, 24.36594, 3.438299, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Valnov the Mad (Area: Emberstone Village - Difficulty: 0)
+(@CGUID+2471, 37694, 654, 4714, 4734, 3, 1, 186, 0, 0, 0, -1167.691, 1025.96, 43.91273, 3.316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Village - Difficulty: 0)
+(@CGUID+2472, 37692, 654, 4714, 4734, 3, 1, 186, 0, 0, 0, -1104.038, 1089.304, 26.19387, 5.51524, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: Emberstone Village - Difficulty: 0)
+(@CGUID+2473, 37694, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1148.243, 1026.095, 43.20382, 1.762783, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: 0 - Difficulty: 0)
+(@CGUID+2474, 24042, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1154.528, 1025.655, 43.16774, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: 0 - Difficulty: 0)
+(@CGUID+2475, 37692, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1102.194, 1075.076, 26.85815, 3.368485, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Infantry (Area: 0 - Difficulty: 0)
+(@CGUID+2476, 4075, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1131.687, 958.1005, 40.57135, 2.11991, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2477, 24042, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1181.929, 944.6667, 27.96472, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2478, 24042, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1126.993, 955.1268, 40.51578, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2479, 37694, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1184.497, 951.6198, 28.51951, 3.316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2480, 37694, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1094.063, 990.5226, 46.40821, 5.009095, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2481, 14881, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1178.801, 927.039, 24.03314, 3.016052, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Emberstone Mine - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2482, 37701, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1184.39, 926.184, 24.15763, 6.056293, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: )
+(@CGUID+2483, 14881, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1116.035, 993.5916, 43.46173, 5.48245, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Emberstone Mine - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2484, 37694, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1139.547, 955.6077, 41.50648, 1.553343, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2485, 37701, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1130.118, 941.0695, 42.79078, 4.206244, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: )
+(@CGUID+2486, 24042, 654, 4714, 6546, 3, 1, 186, 0, 0, 0, -1110.38, 993.2604, 44.27341, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2487, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1108.729, 938.5347, 39.7723, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2488, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1083.207, 946.7969, 40.79768, 5.61996, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2489, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1111.502, 930.7847, 40.73242, 0.03490658, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2490, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1057.233, 981.5555, 44.64452, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2491, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1093.67, 942.0994, 39.46475, 3.129315, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: )
+(@CGUID+2492, 14881, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1065.08, 955.1569, 45.24868, 2.60647, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Emberstone Mine - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2493, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1074.832, 941.967, 40.30579, 0.03490658, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2494, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1058.167, 977.3605, 44.76307, 1.783226, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: )
+(@CGUID+2495, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1071.754, 952.3594, 43.65658, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2496, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1052.51, 964.3368, 45.01943, 5.009095, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2497, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1058.158, 937.2327, 42.96161, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2498, 14881, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1116.838, 903.7091, 30.89443, 0.667097, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Spider (Area: Emberstone Mine - Difficulty: 0) (possible waypoints or random movement)
+(@CGUID+2499, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1034.114, 989.9391, 39.35656, 3.461561, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2500, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1076.038, 911.6858, 35.23107, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2501, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1056.83, 928.1545, 41.33139, 5.183628, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2502, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1023.969, 987.5608, 40.69606, 0.8377581, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2503, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1023.722, 994.6945, 39.9426, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2504, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1024.66, 983.868, 39.21613, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2505, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1083.076, 906.5938, 37.17772, 3.001966, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2506, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1016.896, 980.118, 39.60933, 4.171337, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2507, 4075, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1014.478, 988.7335, 39.30408, 0.9342185, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2508, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1018.193, 996.6614, 40.77281, 0.2268928, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2509, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1078.909, 901.7032, 35.97992, 4.176506, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2510, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1080.215, 900.3908, 36.33082, 1.211271, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: )
+(@CGUID+2511, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1094.063, 990.5226, 46.40821, 5.009095, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2512, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1083.076, 906.5938, 37.17772, 3.001966, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2513, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1070.684, 874.4305, 36.36032, 5.183628, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2514, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1066.366, 856.1042, 36.4524, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2515, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1071.898, 880.743, 36.18751, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2516, 4075, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1083.414, 866.4478, 37.08979, 0.7705523, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2517, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1138.144, 884.8611, 25.5174, 1.308997, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2518, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1086.49, 879.804, 36.74193, 1.047198, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2519, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1138.41, 938.375, 28.71133, 4.468043, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2520, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1175.801, 933.0644, 24.9982, 5.548766, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2521, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1152.56, 872.4738, 24.61069, 5.215517, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2522, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1140.094, 860.2492, 27.81628, 5.445988, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2523, 4075, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1166.01, 880.588, 22.89642, 0.3051868, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2524, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1161.675, 870.934, 24.08606, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2525, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1146.943, 1020.168, 43.51327, 2.548181, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: ) (possible waypoints or random movement)
+(@CGUID+2526, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1187.186, 871.2621, 23.56443, 0.2443461, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2527, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1202.219, 890.4097, 23.36826, 0.08726646, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2528, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1182.832, 879.5538, 22.74569, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2529, 4075, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1202.909, 903.3508, 23.23945, 3.123379, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Rat (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2530, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1171.05, 870.1476, 23.67257, 3.316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2531, 37802, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1207.351, 912.3021, 24.11482, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Brothogg the Slavemaster (Area: Emberstone Mine - Difficulty: 0) (Auras: )
+(@CGUID+2532, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1086.891, 887.1059, 37.10595, 1.063714, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2533, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1139.547, 955.6077, 41.50648, 1.553343, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2534, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1095.936, 835.5695, 36.70541, 5.183628, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2535, 14881, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1080.398, 839.5107, 37.4463, 5.676742, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Spider (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2536, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1074.832, 941.967, 40.30579, 0.03490658, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2537, 24042, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1089.946, 841.4601, 37.33023, 0, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Generic Trigger LAB - OLD (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2538, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1072.144, 841.2222, 37.49712, 2.460914, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2539, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1062.997, 849.6875, 36.54856, 5.183628, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2540, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1056.83, 928.1545, 41.33139, 5.183628, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2541, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1016.896, 980.118, 39.60933, 4.171337, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2542, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1018.193, 996.6614, 40.77281, 0.2268928, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2543, 37694, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1184.497, 951.6198, 28.51951, 3.316126, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Enslaved Villager (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2544, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1195.064, 1051.422, 36.40697, 1.58825, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0) (Auras: )
+(@CGUID+2545, 37701, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1218.531, 1014.511, 44.09618, 5.334002, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Forsaken Slavedriver (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2546, 37685, 654, 4714, 4732, 3, 1, 186, 0, 0, 0, -1108.061, 1106.998, 24.36594, 3.438299, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383), -- Valnov the Mad (Area: Emberstone Mine - Difficulty: 0)
+(@CGUID+2547, 37786, 654, 4714, 0, 3, 1, 186, 0, 0, 0, -1329.518, 1045.126, 27.24475, 1.687526, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 25383); -- Brown Stag (Area: 0 - Difficulty: 0)
+
+DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+1227 AND @CGUID+2547;
+INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(@CGUID+1227, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1228, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic)
+(@CGUID+1229, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1230, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1231, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1232, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1233, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1234, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1235, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1236, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1237, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1238, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic)
+(@CGUID+1239, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1240, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1241, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1242, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1243, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1244, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1245, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1246, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1247, 0, 0, 0, 1, 0, ''), -- Huntsman Blake
+(@CGUID+1248, 0, 0, 0, 1, 0, ''), -- Celestine of the Harvest
+(@CGUID+1249, 0, 0, 0, 1, 0, ''), -- Myriam Spellwaker
+(@CGUID+1250, 0, 0, 8, 1, 0, ''), -- Loren the Fence
+(@CGUID+1251, 0, 0, 0, 1, 0, ''), -- Sister Almyra
+(@CGUID+1252, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1253, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1254, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1255, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+1256, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1257, 0, 0, 3, 1, 0, ''), -- Prince Liam Greymane
+(@CGUID+1258, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1259, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1260, 0, 0, 0, 1, 0, ''), -- Chris Moller
+(@CGUID+1261, 0, 0, 0, 1, 0, ''), -- Lord Godfrey
+(@CGUID+1262, 0, 0, 0, 1, 0, ''), -- Samantha Buckley
+(@CGUID+1263, 0, 0, 0, 1, 0, ''), -- Gerard Walthorn
+(@CGUID+1264, 0, 0, 0, 1, 0, '69196'), -- Captive Worgen - 69196 - In Stocks
+(@CGUID+1265, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1266, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1267, 0, 0, 0, 1, 0, ''), -- Gwen Armstead
+(@CGUID+1268, 0, 0, 0, 1, 0, '69196'), -- Captive Worgen - 69196 - In Stocks
+(@CGUID+1269, 0, 0, 0, 1, 0, '69196'), -- Captive Worgen - 69196 - In Stocks
+(@CGUID+1270, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1271, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1272, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1273, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1274, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1275, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1276, 0, 0, 0, 1, 0, ''), -- Willa Arnes
+(@CGUID+1277, 0, 0, 0, 1, 0, ''), -- Fenegan Cobbler
+(@CGUID+1278, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1279, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1280, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1281, 0, 0, 0, 257, 0, ''), -- Fielding Chesterhill
+(@CGUID+1282, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+1283, 0, 0, 0, 257, 0, ''), -- Amelia Atherton
+(@CGUID+1284, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1285, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1286, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1287, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1288, 0, 0, 0, 1, 0, ''), -- Krennan Aranas
+(@CGUID+1289, 0, 0, 0, 1, 0, ''), -- Jack "All-Trades" Derrington
+(@CGUID+1290, 0, 0, 0, 1, 0, ''), -- Mary Oxworth
+(@CGUID+1291, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1292, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1293, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1294, 0, 0, 0, 1, 0, ''), -- Sergeant Cleese
+(@CGUID+1295, 0, 0, 0, 1, 0, ''), -- Vitus Darkwalker
+(@CGUID+1296, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1297, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1298, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1299, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1300, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1301, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1302, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1303, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1304, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1305, 0, 0, 0, 1, 0, '29266'), -- Slain Watchman - 29266 - Permanent Feign Death
+(@CGUID+1306, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1307, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1308, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1309, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1310, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1311, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1312, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1313, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1314, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1315, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1316, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1317, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1318, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1319, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1320, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1321, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Gigantic AOI)
+(@CGUID+1322, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1323, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1324, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1325, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1326, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1327, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1328, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1329, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1330, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1331, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1332, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1333, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1334, 0, 0, 0, 1, 0, ''), -- Marie Allen
+(@CGUID+1335, 0, 0, 0, 1, 0, ''), -- Horse
+(@CGUID+1336, 0, 0, 0, 1, 0, ''), -- Horse
+(@CGUID+1337, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1338, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1339, 0, 0, 0, 1, 0, ''), -- Gilnean Mastiff
+(@CGUID+1340, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1341, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1342, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1343, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1344, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1345, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1346, 0, 0, 0, 1, 0, ''), -- Docile Sheep
+(@CGUID+1347, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1348, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1349, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1350, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1351, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1352, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1353, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1354, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1355, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1356, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1357, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase (Ground)
+(@CGUID+1358, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1359, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1360, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1361, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1362, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1363, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1364, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1365, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1366, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1367, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1368, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1369, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1370, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1371, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1372, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1373, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1374, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1375, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1376, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1377, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1378, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1379, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1380, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1381, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1382, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1383, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1384, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1385, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1386, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1387, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1388, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1389, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1390, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1391, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1392, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1393, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1394, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1395, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1396, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1397, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1398, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1399, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1400, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1401, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1402, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1403, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1404, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1405, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1406, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1407, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1408, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1409, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+1410, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1411, 0, 0, 0, 1, 0, ''), -- Tremors Credit
+(@CGUID+1412, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1413, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1414, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1415, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1416, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1417, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1418, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1419, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1420, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1421, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1422, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1423, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1424, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1425, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1426, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1427, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1428, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1429, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1430, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1431, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1432, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1433, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1434, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1435, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1436, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1437, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1438, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1439, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1440, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1441, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1442, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1443, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1444, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1445, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1446, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1447, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1448, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1449, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1450, 0, 0, 0, 2, 0, ''), -- Duskhaven Watchman
+(@CGUID+1451, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1452, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1453, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1454, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1455, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1456, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+1457, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1458, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1459, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1460, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1461, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+1462, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1463, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1464, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1465, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1466, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1467, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1468, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1469, 0, 0, 0, 1, 0, ''), -- Prince Liam Greymane
+(@CGUID+1470, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1471, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1472, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1473, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1474, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1475, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1476, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1477, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1478, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1479, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1480, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1481, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1482, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1483, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1484, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1485, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1486, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1487, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1488, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1489, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1490, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1491, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1492, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1493, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1494, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1495, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1496, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1497, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1498, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1499, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1500, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1501, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1502, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1503, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1504, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1505, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1506, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1507, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1508, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1509, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1510, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1511, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1512, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1513, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1514, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1515, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1516, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1517, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1518, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1519, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1520, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1521, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1522, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1523, 0, 0, 0, 1, 0, ''), -- Forsaken Invader
+(@CGUID+1524, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1525, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1526, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1527, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1528, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1529, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1530, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1531, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1532, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1533, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1534, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1535, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1536, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1537, 0, 0, 0, 1, 0, ''), -- Melinda Hammond
+(@CGUID+1538, 0, 0, 0, 1, 0, ''), -- Lord Godfrey
+(@CGUID+1539, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1540, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1541, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1542, 0, 0, 0, 1, 0, ''), -- James
+(@CGUID+1543, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1544, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1545, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1546, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1547, 0, 0, 0, 1, 0, ''), -- Ashley
+(@CGUID+1548, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1549, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1550, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1551, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1552, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1553, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1554, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1555, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1556, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1557, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1558, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1559, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1560, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1561, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1562, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1563, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1564, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1565, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1566, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1567, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1568, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1569, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1570, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1571, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1572, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1573, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1574, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1575, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1576, 0, 0, 0, 1, 0, ''), -- Roach
+(@CGUID+1577, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1578, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1579, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1580, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1581, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1582, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1583, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1584, 0, 0, 0, 1, 0, ''), -- Horrid Abomination
+(@CGUID+1585, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1586, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1587, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1588, 0, 0, 0, 1, 0, ''), -- Cynthia
+(@CGUID+1589, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1590, 0, 0, 0, 1, 0, ''), -- James
+(@CGUID+1591, 0, 0, 0, 1, 0, ''), -- Ashley
+(@CGUID+1592, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1593, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1594, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1595, 0, 0, 0, 1, 0, ''), -- James
+(@CGUID+1596, 0, 0, 0, 1, 0, ''), -- Ashley
+(@CGUID+1597, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1598, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1599, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1600, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1601, 0, 0, 0, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1602, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1603, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1604, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1605, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1606, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1607, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1608, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1609, 0, 0, 0, 1, 0, ''), -- Captain Anson
+(@CGUID+1610, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1611, 0, 0, 0, 1, 0, ''), -- Captain Anson
+(@CGUID+1612, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1613, 0, 0, 0, 1, 0, ''), -- Captain Morris
+(@CGUID+1614, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1615, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1616, 0, 0, 0, 1, 0, ''), -- Captain Anson
+(@CGUID+1617, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1618, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1619, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1620, 0, 0, 0, 1, 0, ''), -- Forsaken Sailor
+(@CGUID+1621, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1622, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1623, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1624, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1625, 0, 0, 0, 1, 0, ''), -- Cynthia
+(@CGUID+1626, 0, 0, 0, 1, 0, ''), -- Ashley
+(@CGUID+1627, 0, 0, 0, 1, 0, ''), -- James
+(@CGUID+1628, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1629, 0, 0, 0, 1, 0, ''), -- Forsaken Catapult
+(@CGUID+1630, 0, 0, 0, 1, 0, '46598'), -- Forsaken Machinist - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1631, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1632, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1633, 0, 10718, 0, 1, 0, ''), -- Dark Ranger Thyala
+(@CGUID+1634, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1635, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1636, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1637, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1638, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1639, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1640, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1641, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1642, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1643, 0, 0, 0, 1, 0, ''), -- Attack Mastiff
+(@CGUID+1644, 0, 0, 0, 1, 0, ''), -- Forsaken Footsoldier
+(@CGUID+1645, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1646, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1647, 0, 0, 7, 1, 0, ''), -- Unconscious Watchman
+(@CGUID+1648, 0, 0, 7, 1, 0, ''), -- Unconscious Watchman
+(@CGUID+1649, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1650, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1651, 0, 0, 8, 1, 0, ''), -- Duskhaven Watchman
+(@CGUID+1652, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1653, 0, 0, 0, 1, 0, ''), -- Prince Liam Greymane
+(@CGUID+1654, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1655, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1656, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1657, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1658, 0, 0, 7, 1, 0, ''), -- Unconscious Watchman
+(@CGUID+1659, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1660, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1661, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1662, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1663, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1664, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1665, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1666, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1667, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1668, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1669, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1670, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1671, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+1672, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1673, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1674, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1675, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1676, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1677, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1678, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1679, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1680, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1681, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1682, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1683, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1684, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1685, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1686, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1687, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1688, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1689, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1690, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1691, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1692, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1693, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1694, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1695, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1696, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1697, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1698, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1699, 0, 0, 0, 1, 0, ''), -- Forsaken Scout
+(@CGUID+1700, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1701, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1702, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1703, 0, 0, 0, 1, 0, ''), -- Forsaken Survivor
+(@CGUID+1704, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1705, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1706, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1707, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1708, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1709, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1710, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1711, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1712, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1713, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1714, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1715, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1716, 0, 0, 0, 1, 0, '68730'), -- Drowning Watchman - 68730 - Drowning
+(@CGUID+1717, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+1718, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1719, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1720, 0, 0, 8, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1721, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1722, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1723, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1724, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1725, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1726, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1727, 0, 2409, 0, 1, 0, ''), -- Gwen Armstead
+(@CGUID+1728, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+1729, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1730, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1731, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1732, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1733, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+1734, 0, 0, 0, 1, 0, ''), -- Lorna Crowley
+(@CGUID+1735, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1736, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1737, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1738, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1739, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1740, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1741, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1742, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+1743, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1744, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1745, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1746, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1747, 0, 0, 0, 1, 0, ''), -- Chance
+(@CGUID+1748, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1749, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1750, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1751, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1752, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1753, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1754, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1755, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1756, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1757, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1758, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1759, 0, 0, 0, 1, 0, ''), -- Koroth the Hillbreaker
+(@CGUID+1760, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1761, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1762, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1763, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1764, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1765, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1766, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1767, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1768, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1769, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1770, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1771, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1772, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1773, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1774, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1775, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1776, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1777, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1778, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1779, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1780, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1781, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1782, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1783, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1784, 0, 0, 0, 1, 0, ''), -- Lucius the Cruel
+(@CGUID+1785, 0, 0, 0, 1, 0, ''), -- Grandma Wahl
+(@CGUID+1786, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1787, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1788, 0, 0, 0, 1, 0, ''), -- Chance
+(@CGUID+1789, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1790, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1791, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1792, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1793, 0, 0, 0, 1, 0, ''), -- Tim Hayward
+(@CGUID+1794, 0, 0, 0, 1, 0, ''), -- Sebastian Hayward
+(@CGUID+1795, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1796, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1797, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1798, 0, 0, 0, 1, 0, ''), -- Walt Hayward
+(@CGUID+1799, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1800, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1801, 0, 0, 0, 1, 0, ''), -- Trent Hayward
+(@CGUID+1802, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1803, 0, 0, 0, 1, 0, ''), -- Ron Hayward
+(@CGUID+1804, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1805, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1806, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1807, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1808, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1809, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1810, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1811, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1812, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1813, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1814, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1815, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1816, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1817, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1818, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1819, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1820, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1821, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1822, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1823, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1824, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1825, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1826, 0, 0, 0, 1, 0, ''), -- Forsaken Scout
+(@CGUID+1827, 0, 0, 0, 1, 0, ''), -- Fox
+(@CGUID+1828, 0, 0, 0, 1, 0, ''), -- Forsaken Scout
+(@CGUID+1829, 0, 0, 0, 1, 0, ''), -- Forsaken Scout
+(@CGUID+1830, 0, 0, 0, 1, 0, ''), -- Grandma Wahl
+(@CGUID+1831, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1832, 0, 0, 0, 1, 0, ''), -- Grandma Wahl
+(@CGUID+1833, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1834, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1835, 0, 0, 0, 1, 0, ''), -- Grandma Wahl
+(@CGUID+1836, 0, 0, 0, 1, 0, ''), -- Chance
+(@CGUID+1837, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1838, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1839, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1840, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1841, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1842, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1843, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1844, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1845, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1846, 0, 0, 0, 1, 0, ''), -- Forsaken Castaway
+(@CGUID+1847, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1848, 0, 0, 0, 1, 0, ''), -- Mountain Horse
+(@CGUID+1849, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1850, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1851, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1852, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1853, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1854, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1855, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1856, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1857, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1858, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1859, 0, 0, 0, 1, 0, ''), -- Stagecoach Harness
+(@CGUID+1860, 0, 0, 0, 2, 0, '46598'), -- Duskhaven Watchman - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1861, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1862, 0, 0, 0, 1, 0, '46598'), -- Marie Allen - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1863, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1864, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1865, 0, 0, 0, 1, 0, '46598'), -- Gwen Armstead - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1866, 0, 0, 50331649, 1, 0, ''), -- Gilnean Crow
+(@CGUID+1867, 0, 0, 0, 2, 0, '46598'), -- Lorna Crowley - 46598 - Ride Vehicle Hardcoded
+(@CGUID+1868, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1869, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1870, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1871, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1872, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1873, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1874, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1875, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1876, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1877, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1878, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1879, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1880, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1881, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1882, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1883, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1884, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1885, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1886, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1887, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1888, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1889, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1890, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1891, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1892, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1893, 0, 0, 7, 1, 0, ''), -- Injured Villager
+(@CGUID+1894, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1895, 0, 0, 7, 1, 0, ''), -- Injured Villager
+(@CGUID+1896, 0, 0, 0, 1, 0, ''), -- Princess Tess Greymane
+(@CGUID+1897, 0, 0, 0, 1, 0, ''), -- Queen Mia Greymane
+(@CGUID+1898, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1899, 0, 0, 0, 1, 0, ''), -- Duskhaven Villager
+(@CGUID+1900, 0, 0, 7, 1, 0, ''), -- Injured Villager
+(@CGUID+1901, 0, 0, 7, 1, 0, ''), -- Injured Villager
+(@CGUID+1902, 0, 0, 0, 1, 0, ''), -- King Genn Greymane
+(@CGUID+1903, 0, 0, 0, 1, 0, ''), -- Prince Liam Greymane
+(@CGUID+1904, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1905, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1906, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1907, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1908, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1909, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1910, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1911, 0, 0, 0, 1, 0, ''), -- Ogre Ambusher
+(@CGUID+1912, 0, 0, 0, 1, 0, ''), -- Ogre Ambusher
+(@CGUID+1913, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1914, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1915, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+1916, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1917, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1918, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1919, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1920, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1921, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1922, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+1923, 0, 0, 0, 1, 0, ''), -- Skunk
+(@CGUID+1924, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+1925, 0, 0, 0, 1, 0, ''), -- Toad
+(@CGUID+1926, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1927, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1928, 0, 0, 0, 1, 0, ''), -- Toad
+(@CGUID+1929, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1930, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1931, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1932, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1933, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1934, 0, 0, 0, 1, 0, ''), -- Toad
+(@CGUID+1935, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1936, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1937, 0, 0, 0, 1, 0, ''), -- Swamp Crocolisk
+(@CGUID+1938, 0, 0, 0, 1, 0, ''), -- Toad
+(@CGUID+1939, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1940, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1941, 0, 0, 0, 1, 0, ''), -- Toad
+(@CGUID+1942, 0, 0, 0, 1, 0, ''), -- Swamp Crocolisk
+(@CGUID+1943, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1944, 0, 0, 0, 1, 0, ''), -- Swamp Crocolisk
+(@CGUID+1945, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1946, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1947, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1948, 0, 0, 0, 1, 0, ''), -- Swamp Crocolisk
+(@CGUID+1949, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1950, 0, 0, 0, 1, 0, ''), -- Toad
+(@CGUID+1951, 0, 0, 0, 1, 0, ''), -- Snake
+(@CGUID+1952, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1953, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1954, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1955, 0, 0, 0, 1, 0, ''), -- Crash Survivor
+(@CGUID+1956, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1957, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1958, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1959, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1960, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1961, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1962, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1963, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1964, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1965, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1966, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1967, 0, 0, 0, 1, 0, ''), -- Koroth the Hillbreaker
+(@CGUID+1968, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1969, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1970, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+1971, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1972, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1973, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+1974, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1975, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1976, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1977, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1978, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1979, 0, 0, 65536, 1, 0, '80852 84481'), -- Koroth the Hillbreaker - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1980, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1981, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1982, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1983, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1984, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1985, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1986, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1987, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1988, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1989, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1990, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1991, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1992, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1993, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Catapult - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1994, 0, 10718, 65536, 1, 0, '80852 84481'), -- Captain Asther - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1995, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1996, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1997, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1998, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+1999, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10; 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+2000, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+2001, 0, 0, 65536, 1, 0, '80852 84481'), -- Forsaken Soldier - 80852 - Generic Quest Invisibility 10, 84481 - Generic Quest Invisibility Detection 10
+(@CGUID+2002, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+2003, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2004, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2005, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+2006, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2007, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2008, 0, 0, 0, 1, 0, ''), -- Ogre Minion
+(@CGUID+2009, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2010, 0, 0, 0, 1, 0, ''), -- Strand Crab
+(@CGUID+2011, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2012, 0, 0, 0, 1, 0, ''), -- Sergeant Cleese
+(@CGUID+2013, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2014, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2015, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2016, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2017, 0, 0, 0, 1, 0, ''), -- Jack "All-Trades" Derrington
+(@CGUID+2018, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2019, 0, 0, 0, 1, 0, ''), -- Mary Oxworth
+(@CGUID+2020, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2021, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2022, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2023, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2024, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2025, 0, 0, 0, 1, 0, ''), -- Marie Allen
+(@CGUID+2026, 0, 0, 3, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2027, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2028, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2029, 0, 0, 3, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2030, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2031, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2032, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2033, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2034, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2035, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2036, 0, 0, 0, 1, 0, ''), -- Myriam Spellwaker
+(@CGUID+2037, 0, 0, 3, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2038, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2039, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2040, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2041, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2042, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2043, 0, 0, 0, 2, 0, ''), -- Lorna Crowley
+(@CGUID+2044, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2045, 0, 0, 0, 1, 0, ''), -- Gwen Armstead
+(@CGUID+2046, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2047, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2048, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2049, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2050, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2051, 0, 0, 0, 1, 0, ''), -- Willa Arnes
+(@CGUID+2052, 0, 0, 0, 1, 0, ''), -- Sister Almyra
+(@CGUID+2053, 0, 0, 0, 1, 0, ''), -- Loren the Fence
+(@CGUID+2054, 0, 0, 0, 1, 0, ''), -- Celestine of the Harvest
+(@CGUID+2055, 0, 0, 0, 1, 0, ''), -- Huntsman Blake
+(@CGUID+2056, 0, 0, 0, 1, 0, ''), -- Gilnean Steed
+(@CGUID+2057, 0, 0, 0, 1, 0, ''), -- Gilnean Steed
+(@CGUID+2058, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2059, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2060, 0, 0, 1, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2061, 0, 0, 0, 1, 0, ''), -- Fenegan Cobbler
+(@CGUID+2062, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2063, 0, 0, 0, 1, 0, ''), -- Wary Mastiff
+(@CGUID+2064, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2065, 0, 0, 3, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2066, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2067, 0, 0, 0, 1, 0, ''), -- Wary Mastiff
+(@CGUID+2068, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2069, 0, 0, 0, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2070, 0, 0, 3, 1, 0, ''), -- Duskhaven Survivor
+(@CGUID+2071, 0, 0, 0, 1, 0, ''), -- Vitus Darkwalker
+(@CGUID+2072, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2073, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2074, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2075, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2076, 0, 0, 0, 1, 0, ''), -- Wary Mastiff
+(@CGUID+2077, 0, 0, 0, 1, 0, ''), -- Whilsey Bottomtooth
+(@CGUID+2078, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2079, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2080, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2081, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2082, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2083, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2084, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2085, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2086, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2087, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2088, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2089, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2090, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2091, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2092, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2093, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2094, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2095, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2096, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2097, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2098, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2099, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2100, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2101, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2102, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2103, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2104, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2105, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2106, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2107, 0, 0, 0, 1, 0, ''), -- Belysra Starbreeze
+(@CGUID+2108, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+2109, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+2110, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2111, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+2112, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2113, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2114, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2115, 0, 0, 0, 1, 0, ''), -- Rygna
+(@CGUID+2116, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2117, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2118, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2119, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2120, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2121, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2122, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2123, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2124, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2125, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2126, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2127, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2128, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2129, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2130, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2131, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2132, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2133, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2134, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2135, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2136, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2137, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2138, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2139, 0, 0, 0, 1, 0, ''), -- Skunk
+(@CGUID+2140, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2141, 0, 0, 0, 1, 0, ''), -- Rygna
+(@CGUID+2142, 0, 0, 0, 1, 0, ''), -- Rygna
+(@CGUID+2143, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2144, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+2145, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+2146, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - Multiphase
+(@CGUID+2147, 0, 0, 0, 1, 0, ''), -- Feral Watcher
+(@CGUID+2148, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2149, 0, 0, 0, 1, 0, ''), -- Feral Watcher
+(@CGUID+2150, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2151, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2152, 0, 0, 0, 1, 0, ''), -- Feral Watcher
+(@CGUID+2153, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2154, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2155, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2156, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2157, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2158, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2159, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2160, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2161, 0, 0, 0, 1, 0, ''), -- Feral Watcher
+(@CGUID+2162, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2163, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2164, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2165, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2166, 0, 0, 0, 1, 0, ''), -- Benjamin Sykes
+(@CGUID+2167, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2168, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2169, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2170, 0, 0, 0, 1, 0, '71200'), -- Generic Trigger LAB - Multiphase - 71200 - Tal'doren Well
+(@CGUID+2171, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2172, 0, 0, 0, 1, 0, ''), -- Lord Darius Crowley
+(@CGUID+2173, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2174, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2175, 0, 0, 0, 1, 0, ''), -- Talran of the Wild
+(@CGUID+2176, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2177, 0, 0, 0, 1, 0, ''), -- Lyros Swiftwind
+(@CGUID+2178, 0, 0, 0, 1, 0, '71200'), -- Generic Trigger LAB - Multiphase - 71200 - Tal'doren Well
+(@CGUID+2179, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2180, 0, 0, 0, 1, 0, '71200'), -- Generic Trigger LAB - Multiphase - 71200 - Tal'doren Well
+(@CGUID+2181, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2182, 0, 0, 0, 1, 0, ''), -- Vassandra Stormclaw
+(@CGUID+2183, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2184, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2185, 0, 0, 0, 1, 0, ''), -- Feral Watcher
+(@CGUID+2186, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2187, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2188, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2189, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2190, 0, 0, 0, 1, 0, ''), -- Feral Watcher
+(@CGUID+2191, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2192, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2193, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2194, 0, 0, 0, 1, 0, ''), -- Feral Worgen
+(@CGUID+2195, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+2196, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2197, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2198, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2199, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2200, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2201, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2202, 0, 0, 0, 1, 0, ''), -- Skunk
+(@CGUID+2203, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2204, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2205, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2206, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2207, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2208, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2209, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2210, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2211, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2212, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2213, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2214, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2215, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2216, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2217, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2218, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2219, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2220, 0, 0, 0, 1, 0, ''), -- Veteran Dark Ranger
+(@CGUID+2221, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2222, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2223, 0, 0, 0, 1, 0, ''), -- Squirrel
+(@CGUID+2224, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2225, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2226, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2227, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2228, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2229, 0, 0, 0, 1, 0, ''), -- Blackwald Fox
+(@CGUID+2230, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2231, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2232, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2233, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2234, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2235, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2236, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2237, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2238, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2239, 0, 0, 0, 1, 0, ''), -- Tobias Mistmantle
+(@CGUID+2240, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2241, 0, 0, 0, 1, 0, ''), -- Howling Banshee
+(@CGUID+2242, 0, 0, 0, 1, 0, ''), -- Rygna
+(@CGUID+2243, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2244, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2245, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2246, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2247, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2248, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2249, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2250, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2251, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2252, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2253, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2254, 0, 0, 0, 1, 0, '3616'), -- Vilebrood Skitterer - 3616 - Poison Proc
+(@CGUID+2255, 0, 0, 8, 1, 0, ''), -- Krennan Aranas
+(@CGUID+2256, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2257, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2258, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2259, 0, 0, 0, 1, 0, '70465'), -- Mountain Mastiff - 70465 - Invisibility and Stealth Detection
+(@CGUID+2260, 0, 0, 0, 1, 0, ''), -- Lord Godfrey
+(@CGUID+2261, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2262, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2263, 0, 0, 0, 1, 0, ''), -- Lord Hewell
+(@CGUID+2264, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2265, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2266, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2267, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2268, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2269, 0, 0, 0, 1, 0, ''), -- King Genn Greymane
+(@CGUID+2270, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2271, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2272, 0, 0, 0, 2, 0, ''), -- Lord Walden
+(@CGUID+2273, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2274, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2275, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2276, 0, 0, 0, 1, 0, '70465'), -- Mountain Mastiff - 70465 - Invisibility and Stealth Detection
+(@CGUID+2277, 0, 0, 0, 1, 0, '70465'), -- Mountain Mastiff - 70465 - Invisibility and Stealth Detection
+(@CGUID+2278, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2279, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2280, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2281, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2282, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2283, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2284, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2285, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2286, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2287, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2288, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2289, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2290, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2291, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2292, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2293, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2294, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2295, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2296, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2297, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2298, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2299, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2300, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2301, 0, 0, 0, 1, 0, '70465'), -- Mountain Mastiff - 70465 - Invisibility and Stealth Detection
+(@CGUID+2302, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2303, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2304, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2305, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2306, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2307, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2308, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2309, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2310, 0, 0, 0, 1, 0, ''), -- Baron Ashbury
+(@CGUID+2311, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2312, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2313, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2314, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2315, 0, 0, 0, 1, 0, '70465'), -- Mountain Mastiff - 70465 - Invisibility and Stealth Detection
+(@CGUID+2316, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2317, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2318, 0, 0, 0, 1, 0, '70465'), -- Mountain Mastiff - 70465 - Invisibility and Stealth Detection
+(@CGUID+2319, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2320, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2321, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2322, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2323, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2324, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2325, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2326, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2327, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2328, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2329, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2330, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2331, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2332, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2333, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2334, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2335, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2336, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2337, 0, 0, 0, 2, 0, ''), -- Lord Walden
+(@CGUID+2338, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2339, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2340, 0, 0, 0, 1, 0, ''), -- Lord Godfrey
+(@CGUID+2341, 0, 0, 0, 1, 0, ''), -- Tempest's Reach Watchman
+(@CGUID+2342, 0, 0, 0, 1, 0, ''), -- Lord Godfrey
+(@CGUID+2343, 0, 0, 0, 2, 0, ''), -- Lord Walden
+(@CGUID+2344, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2345, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2346, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2347, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2348, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2349, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2350, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2351, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2352, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2353, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2354, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2355, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2356, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2357, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2358, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2359, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2360, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2361, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2362, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2363, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2364, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2365, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2366, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2367, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2368, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2369, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2370, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2371, 0, 0, 0, 1, 0, ''), -- Wild Horse
+(@CGUID+2372, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2373, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2374, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2375, 0, 0, 0, 1, 0, ''), -- Sheep
+(@CGUID+2376, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2377, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2378, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2379, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2380, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2381, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2382, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2383, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2384, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2385, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2386, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2387, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2388, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2389, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2390, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2391, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2392, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2393, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2394, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2395, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2396, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2397, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2398, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2399, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2400, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2401, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2402, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2403, 0, 0, 0, 1, 0, ''), -- Vitus Darkwalker
+(@CGUID+2404, 0, 0, 0, 2, 0, ''), -- Gilnean Militia
+(@CGUID+2405, 0, 0, 0, 1, 0, ''), -- Gilnean Militia
+(@CGUID+2406, 0, 0, 0, 1, 0, ''), -- Lorna Crowley
+(@CGUID+2407, 0, 0, 0, 1, 0, ''), -- Karen Murray
+(@CGUID+2408, 0, 0, 0, 1, 0, ''), -- Magda Whitewall
+(@CGUID+2409, 0, 0, 1, 1, 0, ''), -- Gilnean Militia
+(@CGUID+2410, 0, 0, 0, 1, 0, ''), -- Loren the Fence
+(@CGUID+2411, 0, 0, 0, 1, 0, ''), -- Celestine of the Harvest
+(@CGUID+2412, 0, 0, 1, 1, 0, ''), -- Gilnean Militia
+(@CGUID+2413, 0, 0, 0, 1, 0, ''), -- Myriam Spellwaker
+(@CGUID+2414, 0, 0, 0, 2, 0, ''), -- Gilnean Militia
+(@CGUID+2415, 0, 0, 0, 1, 0, ''), -- Marcus
+(@CGUID+2416, 0, 0, 0, 2, 0, ''), -- Gilnean Militia
+(@CGUID+2417, 0, 0, 0, 1, 0, ''), -- Sergeant Cleese
+(@CGUID+2418, 0, 0, 0, 1, 0, ''), -- Sister Almyra
+(@CGUID+2419, 0, 0, 0, 1, 0, ''), -- Gilnean Militia
+(@CGUID+2420, 0, 0, 1, 1, 0, ''), -- Gilnean Militia
+(@CGUID+2421, 0, 0, 0, 1, 0, ''), -- Gilnean Militia
+(@CGUID+2422, 0, 0, 0, 2, 0, ''), -- Gilnean Militia
+(@CGUID+2423, 0, 0, 0, 1, 0, ''), -- Gilnean Steed
+(@CGUID+2424, 0, 0, 0, 1, 0, ''), -- Fenegan Cobbler
+(@CGUID+2425, 0, 0, 0, 2, 0, ''), -- Gilnean Militia
+(@CGUID+2426, 0, 0, 0, 1, 0, ''), -- Gilnean Steed
+(@CGUID+2427, 0, 0, 0, 1, 0, ''), -- Krennan Aranas
+(@CGUID+2428, 0, 0, 0, 1, 0, ''), -- Baron
+(@CGUID+2429, 0, 0, 0, 1, 0, ''), -- Huntsman Blake
+(@CGUID+2430, 0, 0, 0, 2, 0, ''), -- Gilnean Militia
+(@CGUID+2431, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2432, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2433, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2434, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2435, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2436, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2437, 0, 0, 0, 1, 0, ''), -- Deer
+(@CGUID+2438, 0, 0, 0, 1, 0, ''), -- Strand Crab
+(@CGUID+2439, 0, 0, 0, 1, 0, ''), -- Strand Crab
+(@CGUID+2440, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2441, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2442, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2443, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2444, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2445, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2446, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2447, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2448, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2449, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2450, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2451, 0, 0, 0, 1, 0, ''), -- Brown Stag
+(@CGUID+2452, 0, 0, 0, 1, 0, '46598'), -- Franklin Martin - 46598 - Ride Vehicle Hardcoded
+(@CGUID+2453, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2454, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2455, 0, 0, 3, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2456, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2457, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2458, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2459, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2460, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2461, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2462, 0, 0, 0, 1, 0, ''), -- Executor Cornell
+(@CGUID+2463, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2464, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2465, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2466, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2467, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2468, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2469, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2470, 0, 0, 0, 1, 0, ''), -- Valnov the Mad
+(@CGUID+2471, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2472, 0, 0, 0, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2473, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2474, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2475, 0, 0, 3, 1, 0, ''), -- Forsaken Infantry
+(@CGUID+2476, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2477, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2478, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2479, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2480, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2481, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2482, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2483, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2484, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2485, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2486, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2487, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2488, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2489, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2490, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2491, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2492, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2493, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2494, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2495, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2496, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2497, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2498, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2499, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2500, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2501, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2502, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2503, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2504, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2505, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2506, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2507, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2508, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2509, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2510, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2511, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2512, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2513, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2514, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2515, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2516, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2517, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2518, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2519, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2520, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2521, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2522, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2523, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2524, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2525, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2526, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2527, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2528, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2529, 0, 0, 0, 1, 0, ''), -- Rat
+(@CGUID+2530, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2531, 0, 0, 0, 1, 0, ''), -- Brothogg the Slavemaster
+(@CGUID+2532, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2533, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2534, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2535, 0, 0, 0, 1, 0, ''), -- Spider
+(@CGUID+2536, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2537, 0, 0, 0, 1, 0, ''), -- Generic Trigger LAB - OLD
+(@CGUID+2538, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2539, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2540, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2541, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2542, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2543, 0, 0, 0, 1, 0, ''), -- Enslaved Villager
+(@CGUID+2544, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2545, 0, 0, 0, 1, 0, ''), -- Forsaken Slavedriver
+(@CGUID+2546, 0, 0, 0, 1, 0, ''), -- Valnov the Mad
+(@CGUID+2547, 0, 0, 0, 1, 0, ''); -- Brown Stag
+
+SET @OGUID := 235549;
+DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+62 AND @OGUID+458;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
+(@OGUID+62, 196854, 654, 4714, 4786, 3, 1, 181, 0, -1874.561, 2312.8, 42.2812, 3.228859, 0, 0, -0.9990482, 0.04361926, 7200, 255, 1, 25383), -- Cookpot (Area: Duskhaven - Difficulty: 0)
+(@OGUID+63, 196846, 654, 4714, 4786, 3, 1, 181, 0, -1902.33, 2275.399, 42.165, 0.7679439, 0, 0, 0.3746061, 0.927184, 7200, 255, 1, 25383), -- Mailbox (Area: Duskhaven - Difficulty: 0)
+(@OGUID+64, 196880, 654, 4714, 4786, 3, 1, 181, 0, -1865.891, 2232.71, 42.3229, 5.375618, 0, 0, -0.4383698, 0.8987947, 7200, 255, 1, 25383), -- Anvil (Area: Duskhaven - Difficulty: 0)
+(@OGUID+65, 196879, 654, 4714, 4786, 3, 1, 181, 0, -1869.108, 2229.788, 42.32328, 1.727875, 0, 0, 0.7604055, 0.6494485, 7200, 255, 1, 25383), -- Forge (Area: Duskhaven - Difficulty: 0)
+(@OGUID+66, 195579, 654, 4714, 4786, 3, 1, 181, 0, -1432.54, 1682.674, 20.48554, 3.894986, 0, 0, -0.9298849, 0.3678506, 7200, 255, 1, 25383), -- 195579 (Area: Duskhaven - Difficulty: 0)
+(@OGUID+67, 195581, 654, 4714, 4786, 3, 1, 181, 0, -1403.05, 1450.021, 35.9464, 4.70656, 0, 0, -0.7091646, 0.705043, 7200, 255, 1, 25383), -- 195581 (Area: Duskhaven - Difficulty: 0)
+(@OGUID+68, 195580, 654, 4714, 4786, 3, 1, 181, 0, -1765.74, 1682.84, 21.8777, 5.579221, 0, 0, -0.344759, 0.9386913, 7200, 255, 1, 25383), -- 195580 (Area: Duskhaven - Difficulty: 0)
+(@OGUID+69, 207417, 654, 4714, 4786, 3, 1, 181, 0, -1921.498, 2403.273, 29.7765, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Duskhaven - Difficulty: 0)
+(@OGUID+70, 196394, 654, 4714, 4786, 3, 1, 181, 0, -1926.274, 2408.623, 30.02344, 5.445428, 0, 0, -0.4067364, 0.9135455, 7200, 255, 1, 25383), -- Crate of Mandrake Essence (Area: Duskhaven - Difficulty: 0)
+(@OGUID+71, 196849, 654, 4714, 4786, 3, 1, 181, 0, -1943.729, 2398.811, 30.0146, 5.28609, 0, 0, -0.4781504, 0.878278, 7200, 255, 1, 25383), -- Brazier (Area: Duskhaven - Difficulty: 0)
+(@OGUID+72, 197337, 654, 4714, 4786, 3, 1, 181, 0, -1928.424, 2411.127, 30.15431, 4.852017, 0, 0, -0.6560583, 0.7547102, 7200, 255, 1, 25383), -- Gilneas Invasion Camera (Area: Duskhaven - Difficulty: 0)
+(@OGUID+73, 207417, 654, 4714, 4786, 3, 1, 181, 0, -1968.125, 2324.943, 31.5191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Duskhaven - Difficulty: 0)
+(@OGUID+74, 207417, 654, 4714, 0, 3, 1, 181, 0, -1835.238, 2287.925, 42.32327, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: 0 - Difficulty: 0)
+(@OGUID+75, 196472, 654, 4714, 5720, 3, 1, 181, 0, -2116.141, 2431.925, 13.02409, 3.255058, 0, 0, -0.9983912, 0.05670215, 7200, 255, 1, 25383), -- Grandma's Good Clothes (Area: Duskmist Shore - Difficulty: 0)
+(@OGUID+76, 207417, 654, 4714, 4786, 3, 1, 181, 0, -1835.238, 2287.925, 42.32327, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Duskhaven - Difficulty: 0)
+(@OGUID+77, 207417, 654, 4714, 0, 3, 1, 181, 0, -1921.498, 2403.273, 29.7765, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: 0 - Difficulty: 0)
+(@OGUID+78, 207417, 654, 4714, 0, 3, 1, 181, 0, -1921.498, 2403.273, 29.7765, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: 0 - Difficulty: 0)
+(@OGUID+79, 207417, 654, 4714, 4786, 3, 1, 181, 0, -1968.125, 2324.943, 31.5191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Duskhaven - Difficulty: 0)
+(@OGUID+80, 207417, 654, 4714, 4786, 3, 1, 181, 0, -1968.125, 2324.943, 31.5191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Duskhaven - Difficulty: 0)
+(@OGUID+81, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1941.549, 2252.752, 35.7991, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+82, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1931.984, 2245.92, 35.81176, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+83, 207417, 654, 4714, 4786, 3, 1, 182, 0, -1847.109, 2323.168, 39.04111, 2.862335, 0, 0, 0.9902678, 0.1391754, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Duskhaven - Difficulty: 0)
+(@OGUID+84, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1959.009, 2290.488, 36.24551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+85, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1904.024, 2312.951, 39.60701, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+86, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1948.382, 2329.196, 34.09493, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+87, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1961.186, 2370.832, 29.09402, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+88, 196403, 654, 4714, 4786, 3, 1, 182, 0, -2001.682, 2318.738, 28.05943, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+89, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1898.462, 2384.358, 30.1194, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+90, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1978.847, 2383.123, 25.10763, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+91, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1931.512, 2407.498, 29.97702, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+92, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1987.771, 2304.109, 30.58888, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+93, 196403, 654, 4714, 0, 3, 1, 182, 0, -1993.104, 2322.741, 28.36695, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+94, 196403, 654, 4714, 0, 3, 1, 182, 0, -1948.382, 2329.196, 34.09493, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+95, 196403, 654, 4714, 0, 3, 1, 182, 0, -1987.771, 2304.109, 30.58888, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+96, 196403, 654, 4714, 0, 3, 1, 182, 0, -1942.477, 2404.076, 30.00426, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+97, 196403, 654, 4714, 0, 3, 1, 182, 0, -1993.104, 2322.741, 28.36695, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+98, 196403, 654, 4714, 0, 3, 1, 182, 0, -2007.877, 2287.717, 29.4369, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+99, 196403, 654, 4714, 0, 3, 1, 182, 0, -1959.009, 2290.488, 36.24551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+100, 196403, 654, 4714, 0, 3, 1, 182, 0, -1987.771, 2304.109, 30.58888, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+101, 196403, 654, 4714, 0, 3, 1, 182, 0, -2001.682, 2318.738, 28.05943, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: 0 - Difficulty: 0)
+(@OGUID+102, 196403, 654, 4714, 4786, 3, 1, 182, 0, -1987.771, 2304.109, 30.58888, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Black Gunpowder Keg (Area: Duskhaven - Difficulty: 0)
+(@OGUID+103, 207417, 654, 4714, 0, 3, 1, 182, 0, -1842.464, 2490.663, 1.391924, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: 0 - Difficulty: 0)
+(@OGUID+104, 1731, 654, 4714, 0, 3, 1, 182, 0, -2017.434, 2500.78, 4.990906, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+105, 1617, 654, 4714, 0, 3, 1, 182, 0, -2006.575, 2516.978, 1.391891, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+106, 1731, 654, 4714, 5720, 3, 1, 182, 0, -2071.451, 2608.217, 1.3998, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Duskmist Shore - Difficulty: 0)
+(@OGUID+107, 1618, 654, 4714, 5720, 3, 1, 182, 0, -2119.092, 2513.18, 4.583001, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Duskmist Shore - Difficulty: 0)
+(@OGUID+108, 1617, 654, 4714, 5720, 3, 1, 182, 0, -2126.193, 2608.219, 0.598592, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: Duskmist Shore - Difficulty: 0)
+(@OGUID+109, 1618, 654, 4714, 5720, 3, 1, 182, 0, -2000.175, 2680.793, -2.92623, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Duskmist Shore - Difficulty: 0)
+(@OGUID+110, 1731, 654, 4714, 5720, 3, 1, 182, 0, -2001.896, 2715.066, 1.130764, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Duskmist Shore - Difficulty: 0)
+(@OGUID+111, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1867.85, 2540.47, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+112, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1919.474, 2575.895, -1.203168, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+113, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1867.76, 2531.98, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+114, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1965.96, 2496.97, -2.152177, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+115, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1944.477, 2558.96, -12.78011, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+116, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1864.94, 2532.66, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+117, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1867.26, 2546.13, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+118, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1864.01, 2527.08, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+119, 196466, 654, 4714, 4792, 3, 1, 183, 0, -1873.81, 2531.43, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+120, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1918.194, 2560.794, -11.10688, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+121, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1856.76, 2530.69, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+122, 196466, 654, 4714, 4792, 3, 1, 183, 0, -1870.28, 2530.84, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+123, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1874.16, 2534.83, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+124, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1879.61, 2533.91, 1.706, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+125, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1916.191, 2607.47, -11.2943, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+126, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1945.788, 2534.899, -2.660557, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+127, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1940.7, 2538.642, -7.017484, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+128, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1877.05, 2530.63, 1.41279, 0.8726639, 0, 0, 0.4226179, 0.9063079, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+129, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1869.24, 2537.28, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+130, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1880.55, 2540.57, 1.63647, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+131, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1931.938, 2562.328, -18.36551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+132, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1876.5, 2539.24, 1.68389, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+133, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1870.06, 2534.32, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+134, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1875.87, 2527.73, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+135, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1862.16, 2533.39, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+136, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1867.36, 2532.08, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+137, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1931.599, 2542.114, -12.12351, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+138, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1872.29, 2536.33, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+139, 196466, 654, 4714, 4792, 3, 1, 183, 0, -1866.47, 2536.98, 1.39191, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+140, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1905.271, 2587.891, -8.235822, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+141, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1875.39, 2532.75, 1.39636, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+142, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1861.63, 2528.33, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+143, 1617, 654, 4714, 4792, 3, 1, 183, 0, -1909.252, 2512.884, 1.718452, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+144, 196465, 654, 4714, 4792, 3, 1, 183, 0, -1860.82, 2536.82, 1.39192, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Dustfall (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+145, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1941.762, 2636.388, -18.7984, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+146, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1913.799, 2651.495, -21.25489, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+147, 1618, 654, 4714, 4792, 3, 1, 183, 0, -1802.207, 2615.705, 4.119742, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+148, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1958.7, 2634.24, -12.67867, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+149, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1976.464, 2583.792, -22.28413, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+150, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1960.27, 2611.21, -23.13527, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+151, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1932.943, 2620.315, -14.58088, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+152, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1985.55, 2507.92, -2.643317, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+153, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1983.66, 2514.29, -0.2986297, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+154, 197333, 654, 4714, 0, 3, 1, 183, 0, -1991.668, 2612.144, -14.49639, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+155, 197333, 654, 4714, 0, 3, 1, 183, 0, -1980.5, 2618.48, -24.36697, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+156, 197333, 654, 4714, 0, 3, 1, 183, 0, -1976.635, 2640.549, -11.17811, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+157, 197333, 654, 4714, 0, 3, 1, 183, 0, -1991.205, 2598.466, -21.08466, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+158, 197333, 654, 4714, 0, 3, 1, 183, 0, -1949.922, 2652.142, -19.47942, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+159, 197333, 654, 4714, 0, 3, 1, 183, 0, -1997.27, 2581.39, -26.05257, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+160, 197333, 654, 4714, 0, 3, 1, 183, 0, -2018.583, 2529.221, -7.281898, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+161, 197333, 654, 4714, 0, 3, 1, 183, 0, -2026.281, 2550.102, -19.97391, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+162, 1731, 654, 4714, 4792, 3, 1, 183, 0, -1903.55, 2417.29, 14.95283, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+163, 1731, 654, 4714, 4792, 3, 1, 183, 0, -1979.174, 2443.682, 16.75865, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+164, 1618, 654, 4714, 0, 3, 1, 183, 0, -2020.352, 2441.913, 15.35803, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: 0 - Difficulty: 0)
+(@OGUID+165, 197333, 654, 4714, 0, 3, 1, 183, 0, -2033.634, 2531.108, -13.68533, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+166, 197333, 654, 4714, 0, 3, 1, 183, 0, -2067.627, 2518.351, -18.12771, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+167, 197333, 654, 4714, 0, 3, 1, 183, 0, -2041.491, 2557.11, -25.78121, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+168, 197333, 654, 4714, 0, 3, 1, 183, 0, -2065.099, 2549.347, -6.30722, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+169, 197333, 654, 4714, 0, 3, 1, 183, 0, -2086.08, 2571.24, -27.22697, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+170, 197333, 654, 4714, 0, 3, 1, 183, 0, -2038.283, 2587.346, -23.62228, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+171, 197333, 654, 4714, 0, 3, 1, 183, 0, -2126.276, 2509.099, -19.91146, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+172, 197333, 654, 4714, 0, 3, 1, 183, 0, -2094.65, 2530.69, -11.50647, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+173, 1731, 654, 4714, 0, 3, 1, 183, 0, -2095.639, 2434.67, 7.613467, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+174, 197333, 654, 4714, 0, 3, 1, 183, 0, -2039.12, 2578.366, -12.68698, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+175, 197333, 654, 4714, 0, 3, 1, 183, 0, -2114.007, 2505.531, -19.2103, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+176, 197333, 654, 4714, 0, 3, 1, 183, 0, -2078.601, 2586.965, -25.64573, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+177, 197333, 654, 4714, 0, 3, 1, 183, 0, -2090.474, 2612.577, -32.96537, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+178, 197333, 654, 4714, 0, 3, 1, 183, 0, -2052.368, 2640.331, -6.518032, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+179, 197333, 654, 4714, 0, 3, 1, 183, 0, -2015.292, 2632.115, -24.47527, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+180, 197333, 654, 4714, 0, 3, 1, 183, 0, -2011.347, 2664.97, -18.41584, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+181, 197333, 654, 4714, 0, 3, 1, 183, 0, -1996.269, 2650.257, -16.23159, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+182, 197333, 654, 4714, 0, 3, 1, 183, 0, -1995.196, 2659.671, -27.88388, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+183, 197333, 654, 4714, 0, 3, 1, 183, 0, -1988.859, 2662.742, -26.69167, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+184, 197333, 654, 4714, 0, 3, 1, 183, 0, -2022.46, 2705.86, -13.24253, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+185, 197333, 654, 4714, 0, 3, 1, 183, 0, -1991.181, 2707.553, -18.24154, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+186, 197333, 654, 4714, 0, 3, 1, 183, 0, -1901.65, 2673.14, -25.97837, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+187, 197333, 654, 4714, 0, 3, 1, 183, 0, -1931.938, 2562.328, -18.36551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+188, 197333, 654, 4714, 0, 3, 1, 183, 0, -1931.599, 2542.114, -12.12351, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+189, 197333, 654, 4714, 0, 3, 1, 183, 0, -1940.7, 2538.642, -7.017484, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+190, 197333, 654, 4714, 0, 3, 1, 183, 0, -1945.788, 2534.899, -2.660557, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: 0 - Difficulty: 0)
+(@OGUID+191, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1983.66, 2514.29, -0.2986297, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+192, 1618, 654, 4714, 4792, 3, 1, 183, 0, -1950.67, 2360.63, 30.5026, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+193, 197333, 654, 4714, 4792, 3, 1, 183, 0, -1931.599, 2542.114, -12.12351, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Gilneas - Drowning Sparkles (Area: Allen Farmstead - Difficulty: 0)
+(@OGUID+194, 1731, 654, 4714, 0, 3, 1, 183, 0, -2016.175, 2291.3, 25.28118, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+195, 1617, 654, 4714, 0, 3, 1, 183, 0, -1997.15, 2270.64, 32.0652, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+196, 1731, 654, 4714, 4786, 3, 1, 183, 0, -1996.399, 2178.688, 49.06136, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Duskhaven - Difficulty: 0)
+(@OGUID+197, 1617, 654, 4714, 0, 3, 1, 183, 0, -2069.866, 2178.623, 31.90869, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+198, 1731, 654, 4714, 4807, 3, 1, 183, 0, -2113.978, 2299.92, 12.82434, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Crowley Orchard - Difficulty: 0)
+(@OGUID+199, 1617, 654, 4714, 4807, 3, 1, 183, 0, -2105.517, 2243.976, 19.62473, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: Crowley Orchard - Difficulty: 0)
+(@OGUID+200, 207417, 654, 4714, 4807, 3, 1, 183, 0, -2154.035, 2226.641, 19.11273, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Crowley Orchard - Difficulty: 0)
+(@OGUID+201, 1618, 654, 4714, 4807, 3, 1, 183, 0, -2076.868, 2347.37, 12.18449, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Crowley Orchard - Difficulty: 0)
+(@OGUID+202, 1617, 654, 4714, 4807, 3, 1, 183, 0, -2223.427, 2159.74, 16.16136, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: Crowley Orchard - Difficulty: 0)
+(@OGUID+203, 1618, 654, 4714, 4818, 3, 1, 183, 0, -2136.828, 2099.967, 61.25658, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Crowley Stable Grounds - Difficulty: 0)
+(@OGUID+204, 207417, 654, 4714, 4818, 3, 1, 183, 0, -2154.035, 2226.641, 19.11273, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Crow Scatter Trap (Area: Crowley Stable Grounds - Difficulty: 0)
+(@OGUID+205, 1731, 654, 4714, 4818, 3, 1, 183, 0, -2104.781, 2075.807, 85.79395, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Crowley Stable Grounds - Difficulty: 0)
+(@OGUID+206, 1731, 654, 4714, 4818, 3, 1, 183, 0, -2254.622, 2125.323, 21.78921, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Crowley Stable Grounds - Difficulty: 0)
+(@OGUID+207, 1618, 654, 4714, 4818, 3, 1, 183, 0, -2255.528, 2244.62, 2.919803, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Crowley Stable Grounds - Difficulty: 0)
+(@OGUID+208, 196473, 654, 4714, 0, 3, 1, 183, 0, -2156.559, 2371.467, 10.88052, 1.658062, 0, 0, 0.737277, 0.6755905, 7200, 255, 1, 25383), -- Linen-Wrapped Book (Area: 0 - Difficulty: 0)
+(@OGUID+209, 1618, 654, 4714, 0, 3, 1, 183, 0, -2220.439, 2369.512, 0.889215, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: 0 - Difficulty: 0)
+(@OGUID+210, 1731, 654, 4714, 0, 3, 1, 183, 0, -2272.84, 2257.854, 3.046041, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+211, 1731, 654, 4714, 0, 3, 1, 183, 0, -2334.118, 2334.13, 4.08024, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+212, 196808, 654, 4714, 0, 3, 1, 183, 0, -2337.033, 2257.335, 0.328134, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Barrel of Coal Tar (Area: 0 - Difficulty: 0)
+(@OGUID+213, 196809, 654, 4714, 0, 3, 1, 183, 0, -2347.024, 2304.012, 0.37202, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Planks of Wood (Area: 0 - Difficulty: 0)
+(@OGUID+214, 1617, 654, 4714, 0, 3, 1, 183, 0, -2354.516, 2294.78, 0.607545, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+215, 1731, 654, 4714, 0, 3, 1, 183, 0, -2229.813, 2408.646, 2.233665, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+216, 196810, 654, 4714, 4808, 3, 1, 183, 0, -2361.653, 2261.066, 2.320014, 0.8377575, 0, 0, 0.4067364, 0.9135455, 7200, 255, 1, 25383), -- Shipwright's Tools (Area: Hayward Fishery - Difficulty: 0)
+(@OGUID+217, 196808, 654, 4714, 4808, 3, 1, 183, 0, -2337.033, 2257.335, 0.328134, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Barrel of Coal Tar (Area: Hayward Fishery - Difficulty: 0)
+(@OGUID+218, 196809, 654, 4714, 4808, 3, 1, 183, 0, -2347.024, 2304.012, 0.37202, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Planks of Wood (Area: Hayward Fishery - Difficulty: 0)
+(@OGUID+219, 196810, 654, 4714, 4808, 3, 1, 183, 0, -2361.653, 2261.066, 2.320014, 0.8377575, 0, 0, 0.4067364, 0.9135455, 7200, 255, 1, 25383), -- Shipwright's Tools (Area: Hayward Fishery - Difficulty: 0)
+(@OGUID+220, 1617, 654, 4714, 0, 3, 1, 183, 0, -2168.019, 2414.255, 10.8689, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+221, 1731, 654, 4714, 0, 3, 1, 183, 0, -2238.174, 2462.297, 3.350356, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+222, 1731, 654, 4714, 4806, 3, 1, 183, 0, -2127.321, 2299.948, 12.88936, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Wahl Cottage - Difficulty: 0)
+(@OGUID+223, 196809, 654, 4714, 0, 3, 1, 183, 0, -2347.024, 2304.012, 0.37202, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Planks of Wood (Area: 0 - Difficulty: 0)
+(@OGUID+224, 196808, 654, 4714, 0, 3, 1, 183, 0, -2337.033, 2257.335, 0.328134, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Barrel of Coal Tar (Area: 0 - Difficulty: 0)
+(@OGUID+225, 196810, 654, 4714, 0, 3, 1, 183, 0, -2361.653, 2261.066, 2.320014, 0.8377575, 0, 0, 0.4067364, 0.9135455, 7200, 255, 1, 25383), -- Shipwright's Tools (Area: 0 - Difficulty: 0)
+(@OGUID+226, 196863, 654, 4714, 4786, 3, 1, 184, 0, -1817.83, 2333.37, 36.3441, 3.798994, 0, 0, -0.9464626, 0.3228134, 7200, 255, 1, 25383), -- 196863 (Area: Duskhaven - Difficulty: 0)
+(@OGUID+227, 196864, 654, 4714, 0, 3, 1, 184, 0, -1681.84, 2507.56, 97.8208, 3.938617, 0, 0, -0.9216394, 0.3880474, 7200, 255, 1, 25383), -- 196864 (Area: 0 - Difficulty: 0)
+(@OGUID+228, 202641, 654, 4714, 0, 3, 1, 184, 0, -1605.166, 2524.646, 145.6196, 4.193235, 0, 0, -0.864912, 0.5019235, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+229, 202640, 654, 4714, 0, 3, 1, 184, 0, -1606.653, 2524.873, 145.6227, 4.551026, 0, 0, -0.761795, 0.6478181, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+230, 202642, 654, 4714, 0, 3, 1, 184, 0, -1615.795, 2540.966, 145.6145, 3.259511, 0, 0, -0.9982624, 0.05892495, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+231, 202635, 654, 4714, 0, 3, 1, 184, 0, -1616.412, 2535.197, 145.6263, 3.294399, 0, 0, -0.9970827, 0.07632861, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+232, 202637, 654, 4714, 0, 3, 1, 184, 0, -1612.856, 2530.165, 145.6282, 3.817991, 0, 0, -0.9433537, 0.3317889, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+233, 202636, 654, 4714, 0, 3, 1, 184, 0, -1615.548, 2533.462, 145.6282, 3.96634, 0, 0, -0.916172, 0.4007852, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+234, 202639, 654, 4714, 0, 3, 1, 184, 0, -1610.704, 2527.829, 145.6283, 3.922708, 0, 0, -0.9246969, 0.3807041, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+235, 202638, 654, 4714, 0, 3, 1, 184, 0, -1611.821, 2528.941, 145.6283, 3.591094, 0, 0, -0.9748497, 0.2228633, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+236, 202643, 654, 4714, 0, 3, 1, 184, 0, -1622.452, 2557.438, 145.6064, 5.397511, 0, 0, -0.4285049, 0.9035394, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+237, 202644, 654, 4714, 0, 3, 1, 184, 0, -1618.735, 2560.486, 145.6063, 5.397511, 0, 0, -0.4285049, 0.9035394, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+238, 202629, 654, 4714, 0, 3, 1, 184, 0, -1641.406, 2581.259, 129.8388, 2.299546, 0, 0, 0.9126711, 0.4086948, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+239, 202631, 654, 4714, 0, 3, 1, 184, 0, -1644.379, 2579.148, 129.823, 2.500257, 0, 0, 0.9490252, 0.3152003, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+240, 202630, 654, 4714, 0, 3, 1, 184, 0, -1642.861, 2580.411, 129.7365, 2.029021, 0, 0, 0.8492222, 0.5280357, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+241, 202633, 654, 4714, 0, 3, 1, 184, 0, -1625.663, 2567.999, 130.268, 2.255914, 0, 0, 0.9035387, 0.4285065, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+242, 202645, 654, 4714, 0, 3, 1, 184, 0, -1582.874, 2519.193, 145.6078, 2.24719, 0, 0, 0.9016609, 0.4324438, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+243, 202646, 654, 4714, 0, 3, 1, 184, 0, -1586.616, 2516.178, 145.6078, 2.24719, 0, 0, 0.9016609, 0.4324438, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+244, 202627, 654, 4714, 0, 3, 1, 184, 0, -1633.248, 2587.802, 130.0419, 2.596255, 0, 0, 0.9630556, 0.2693026, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+245, 202626, 654, 4714, 0, 3, 1, 184, 0, -1631.514, 2589.084, 130.0662, 2.212278, 0, 0, 0.8939753, 0.4481163, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+246, 202628, 654, 4714, 0, 3, 1, 184, 0, -1626.719, 2593.839, 130.0984, 2.081382, 0, 0, 0.8627539, 0.5056241, 7200, 255, 1, 25383), -- Rocking Chair (Area: 0 - Difficulty: 0)
+(@OGUID+247, 202632, 654, 4714, 0, 3, 1, 184, 0, -1623.528, 2575.882, 130.2797, 3.303122, 0, 0, -0.9967403, 0.08067656, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+248, 202634, 654, 4714, 0, 3, 1, 183, 0, -1607.949, 2593.411, 130.2825, 2.290823, 0, 0, 0.9108801, 0.4126711, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+249, 1731, 654, 4714, 0, 3, 1, 183, 0, -1756.29, 2522.348, 5.518612, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+250, 202624, 654, 4714, 0, 3, 1, 183, 0, -1559.361, 2551.893, 130.2213, 3.826716, 0, 0, -0.9418974, 0.3359008, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+251, 202625, 654, 4714, 0, 3, 1, 183, 0, -1557.023, 2551.584, 130.2193, 2.229733, 0, 0, 0.8978519, 0.4402975, 7200, 255, 1, 25383), -- Bench (Area: 0 - Difficulty: 0)
+(@OGUID+252, 197338, 654, 4714, 6545, 3, 1, 183, 0, -1513.405, 2606.644, 203.4952, 0.1834465, 0, 0, 0.0915947, 0.9957964, 7200, 255, 1, 25383), -- 197338 (Area: Greymane Manor - Difficulty: 0)
+(@OGUID+253, 1617, 654, 4714, 4787, 3, 1, 186, 0, -2163.606, 1756.786, 11.31459, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: Stagecoach Crash Site - Difficulty: 0)
+(@OGUID+254, 1617, 654, 4714, 4787, 3, 1, 186, 0, -2332.21, 1845.365, 38.38747, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: Stagecoach Crash Site - Difficulty: 0)
+(@OGUID+255, 1731, 654, 4714, 4787, 3, 1, 186, 0, -2302.229, 1871.526, 47.12357, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Stagecoach Crash Site - Difficulty: 0)
+(@OGUID+256, 1731, 654, 4714, 0, 3, 1, 186, 0, -2134.97, 1742.715, 7.551942, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+257, 1731, 654, 4714, 0, 3, 1, 186, 0, -2187.347, 1704.563, -45.06545, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+258, 201914, 654, 4714, 0, 3, 1, 186, 0, -2215.101, 1675.953, -39.4812, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: 0 - Difficulty: 0)
+(@OGUID+259, 201914, 654, 4714, 0, 3, 1, 186, 0, -2209.007, 1693.345, -41.20987, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: 0 - Difficulty: 0)
+(@OGUID+260, 1618, 654, 4714, 0, 3, 1, 186, 0, -2254.333, 1693.75, -30.86315, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: 0 - Difficulty: 0)
+(@OGUID+261, 201914, 654, 4714, 0, 3, 1, 186, 0, -2199.531, 1672.313, -42.13793, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: 0 - Difficulty: 0)
+(@OGUID+262, 1618, 654, 4714, 0, 3, 1, 186, 0, -2082.127, 1775.358, 6.143759, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: 0 - Difficulty: 0)
+(@OGUID+263, 1731, 654, 4714, 0, 3, 1, 186, 0, -2053.116, 1662.639, 8.741403, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+264, 1617, 654, 4714, 0, 3, 1, 186, 0, -1942.672, 1841.51, 9.263322, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+265, 1731, 654, 4714, 0, 3, 1, 186, 0, -2026.918, 1877.606, 5.875855, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+266, 201891, 654, 4714, 0, 3, 1, 186, 0, -2192.868, 1808.405, 12.55306, 6.227755, 0, 0, -0.02771187, 0.999616, 7200, 255, 1, 25383), -- Stolen Banner (Area: 0 - Difficulty: 0)
+(@OGUID+267, 1618, 654, 4714, 4794, 3, 1, 186, 0, -2372.186, 1791.953, 11.20919, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Koroth's Den - Difficulty: 0)
+(@OGUID+268, 1731, 654, 4714, 4794, 3, 1, 186, 0, -2299.826, 1947.448, 87.49685, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Koroth's Den - Difficulty: 0)
+(@OGUID+269, 201594, 654, 4714, 4794, 3, 1, 186, 0, -2278.399, 1969.408, 98.08788, 3.47321, 0, 0, -0.9862852, 0.1650499, 7200, 255, 1, 25383), -- Koroth's Banner (Area: Koroth's Den - Difficulty: 0)
+(@OGUID+270, 1618, 654, 4714, 4794, 3, 1, 186, 0, -2334.316, 1971.259, 80.73535, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Koroth's Den - Difficulty: 0)
+(@OGUID+271, 1731, 654, 4714, 4794, 3, 1, 186, 0, -2364.967, 2018.238, 77.31297, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Koroth's Den - Difficulty: 0)
+(@OGUID+272, 201891, 654, 4714, 4794, 3, 1, 186, 0, -2192.868, 1808.405, 12.55306, 6.227753, 0, 0, -0.02771282, 0.9996159, 7200, 255, 1, 25383), -- Stolen Banner (Area: Koroth's Den - Difficulty: 0)
+(@OGUID+273, 201594, 654, 4714, 4794, 3, 1, 186, 0, -2278.399, 1969.408, 98.08788, 3.47321, 0, 0, -0.9862852, 0.1650499, 7200, 255, 1, 25383), -- Koroth's Banner (Area: Koroth's Den - Difficulty: 0)
+(@OGUID+274, 201891, 654, 4714, 4787, 3, 1, 186, 0, -2192.868, 1808.405, 12.55306, 6.227753, 0, 0, -0.02771282, 0.9996159, 7200, 255, 1, 25383), -- Stolen Banner (Area: Stagecoach Crash Site - Difficulty: 0)
+(@OGUID+275, 1731, 654, 4714, 0, 3, 1, 186, 0, -2317.984, 1645.601, -17.45424, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+276, 1617, 654, 4714, 0, 3, 1, 186, 0, -2366.618, 1606.248, -6.522739, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+277, 201914, 654, 4714, 0, 3, 1, 186, 0, -2297.003, 1630.99, -23.45579, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: 0 - Difficulty: 0)
+(@OGUID+278, 205009, 654, 4714, 0, 3, 1, 186, 0, -2437.601, 1563.391, 16.8029, 3.57756, 0, 0, -0.9763355, 0.2162613, 7200, 255, 1, 25383), -- Forge (Area: 0 - Difficulty: 0)
+(@OGUID+279, 201891, 654, 4714, 0, 3, 1, 186, 0, -2192.868, 1808.405, 12.55306, 6.227753, 0, 0, -0.02771282, 0.9996159, 7200, 255, 1, 25383), -- Stolen Banner (Area: 0 - Difficulty: 0)
+(@OGUID+280, 205005, 654, 4714, 0, 3, 1, 186, 0, -2435.33, 1548.561, 16.7948, 3.014213, 0, 0, 0.9979725, 0.06364676, 7200, 255, 1, 25383), -- Anvil (Area: 0 - Difficulty: 0)
+(@OGUID+281, 201607, 654, 4714, 0, 3, 1, 186, 0, -2435.866, 1511.576, 16.8077, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: 0 - Difficulty: 0)
+(@OGUID+282, 201607, 654, 4714, 0, 3, 1, 186, 0, -2439.075, 1501.651, 18.45251, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: 0 - Difficulty: 0)
+(@OGUID+283, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2435.408, 1490.819, 16.8136, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+284, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2421.948, 1483.22, 16.81321, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+285, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2481.228, 1479.439, 16.82753, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+286, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2418.2, 1475.316, 16.83249, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+287, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2478.953, 1458.273, 16.84533, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+288, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2420.332, 1447.964, 16.80982, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+289, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2456, 1431.394, 16.80378, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+290, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2442.342, 1416.089, 16.80551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+291, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2472.993, 1387.781, 16.78687, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+292, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2440.795, 1380.276, 18.27091, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+293, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2437.358, 1390.411, 16.80612, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+294, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2456.024, 1379.84, 17.71503, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+295, 1617, 654, 4714, 4731, 3, 1, 186, 0, -2454.632, 1383.632, 16.79401, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+296, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2436.398, 1400.521, 16.81799, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+297, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2441.503, 1370.326, 18.89237, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+298, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2405.012, 1380.099, 13.00606, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+299, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2437.403, 1366.153, 16.79986, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+300, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2438.53, 1350.564, 16.81534, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+301, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2469.2, 1350.979, 16.79919, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+302, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2430.431, 1326.845, 16.80375, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+303, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2438.231, 1326.344, 16.82892, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+304, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2469.116, 1320.413, 16.63927, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+305, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2406.411, 1329.873, 14.84283, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+306, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2444.571, 1329.615, 16.80827, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+307, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2450.786, 1318.87, 16.79589, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+308, 1618, 654, 4714, 4731, 3, 1, 186, 0, -2341.516, 1350.651, 2.614804, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+309, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2456, 1431.394, 16.80378, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+310, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2442.342, 1416.089, 16.80551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+311, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2456.024, 1379.84, 17.71503, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+312, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2435.408, 1490.819, 16.8136, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+313, 1619, 654, 4714, 4731, 3, 1, 186, 0, -2302.108, 1526.113, -7.944445, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Earthroot (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+314, 1731, 654, 4714, 4730, 3, 1, 186, 0, -2291.76, 1551.708, -22.97548, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: The Blackwald - Difficulty: 0)
+(@OGUID+315, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2301.693, 1585.708, -23.2054, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+316, 1731, 654, 4714, 4730, 3, 1, 186, 0, -2253.708, 1355.882, -24.20861, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: The Blackwald - Difficulty: 0)
+(@OGUID+317, 1618, 654, 4714, 4730, 3, 1, 186, 0, -2212.474, 1406.476, -25.60481, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: The Blackwald - Difficulty: 0)
+(@OGUID+318, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2209.79, 1453.299, -44.70564, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+319, 1731, 654, 4714, 4730, 3, 1, 186, 0, -2212.524, 1460.207, -41.95547, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: The Blackwald - Difficulty: 0)
+(@OGUID+320, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2442.342, 1416.089, 16.80551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+321, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2456.024, 1379.84, 17.71503, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+322, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2450.786, 1318.87, 16.79589, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+323, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2437.358, 1390.411, 16.80612, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+324, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2436.398, 1400.521, 16.81799, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+325, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2444.571, 1329.615, 16.80827, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+326, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2437.403, 1366.153, 16.79986, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+327, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2438.231, 1326.344, 16.82892, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+328, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2438.53, 1350.564, 16.81534, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+329, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2469.116, 1320.413, 16.63927, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+330, 201607, 654, 4714, 4858, 3, 1, 186, 0, -2472.993, 1387.781, 16.78687, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Rygna's Lair - Difficulty: 0)
+(@OGUID+331, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2435.408, 1490.819, 16.8136, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+332, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2421.948, 1483.22, 16.81321, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+333, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2420.332, 1447.964, 16.80982, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+334, 1619, 654, 4714, 4868, 3, 1, 186, 0, -2217.533, 1504.064, -40.94005, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Earthroot (Area: The Bradshaw Mill - Difficulty: 0)
+(@OGUID+335, 201914, 654, 4714, 4868, 3, 1, 186, 0, -2207.845, 1516.309, -42.15222, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Bradshaw Mill - Difficulty: 0)
+(@OGUID+336, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2198.146, 1513.049, -43.93365, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+337, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2202.406, 1521.722, -42.92695, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+338, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2221.62, 1532.606, -39.03342, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+339, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2244.299, 1558.837, -36.55501, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+340, 1618, 654, 4714, 4730, 3, 1, 186, 0, -2177.642, 1531.622, -50.58277, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: The Blackwald - Difficulty: 0)
+(@OGUID+341, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2249.155, 1570.569, -34.46474, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+342, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2261.372, 1574.125, -33.15516, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+343, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2127.019, 1326.061, -71.1124, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+344, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2140.403, 1254.04, -63.6593, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+345, 1618, 654, 4714, 4730, 3, 1, 186, 0, -2098.07, 1327.828, -81.69432, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: The Blackwald - Difficulty: 0)
+(@OGUID+346, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2090.823, 1331.465, -82.0248, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+347, 201952, 654, 4714, 4730, 3, 1, 186, 0, -2075.74, 1264.64, -85.2226, 0.6108634, 0, 0, 0.300705, 0.9537172, 7200, 255, 1, 25383), -- Well of Balance (Area: The Blackwald - Difficulty: 0)
+(@OGUID+348, 1731, 654, 4714, 4730, 3, 1, 186, 0, -2128.149, 1218.686, -56.27214, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: The Blackwald - Difficulty: 0)
+(@OGUID+349, 201951, 654, 4714, 4730, 3, 1, 186, 0, -2066.95, 1260.96, -85.5416, 1.902409, 0, 0, 0.8141155, 0.580703, 7200, 255, 1, 25383), -- Well of Tranquility (Area: The Blackwald - Difficulty: 0)
+(@OGUID+350, 201950, 654, 4714, 4730, 3, 1, 186, 0, -2060.72, 1269.86, -85.7466, 2.042035, 0, 0, 0.8526402, 0.5224986, 7200, 255, 1, 25383), -- Well of Fury (Area: The Blackwald - Difficulty: 0)
+(@OGUID+351, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2041.905, 1330.417, -81.75175, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+352, 201914, 654, 4714, 4841, 3, 1, 186, 0, -2036.146, 1358.045, -70.96052, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: Tal'doren - Difficulty: 0)
+(@OGUID+353, 201914, 654, 4714, 4841, 3, 1, 186, 0, -2080.682, 1200.349, -72.60854, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: Tal'doren - Difficulty: 0)
+(@OGUID+354, 1731, 654, 4714, 4841, 3, 1, 186, 0, -2011.806, 1194.42, -56.71676, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Tal'doren - Difficulty: 0)
+(@OGUID+355, 201914, 654, 4714, 4841, 3, 1, 186, 0, -2011.622, 1381.821, -62.00062, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: Tal'doren - Difficulty: 0)
+(@OGUID+356, 201914, 654, 4714, 4841, 3, 1, 186, 0, -2048.981, 1403.83, -66.44289, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: Tal'doren - Difficulty: 0)
+(@OGUID+357, 1731, 654, 4714, 4841, 3, 1, 186, 0, -1976.483, 1372.55, -49.11284, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Tal'doren - Difficulty: 0)
+(@OGUID+358, 201914, 654, 4714, 4841, 3, 1, 186, 0, -2100.33, 1398.368, -71.02308, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: Tal'doren - Difficulty: 0)
+(@OGUID+359, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2074.425, 1439.292, -63.81453, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+360, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2031.955, 1473.3, -55.57616, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+361, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2060.271, 1451.359, -60.39293, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+362, 1619, 654, 4714, 4730, 3, 1, 186, 0, -1989.769, 1445.879, -44.50616, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Earthroot (Area: The Blackwald - Difficulty: 0)
+(@OGUID+363, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2074.262, 1445.793, -62.92227, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+364, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2058.743, 1496.639, -54.26277, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+365, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2062.281, 1504.53, -53.5918, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+366, 1731, 654, 4714, 4730, 3, 1, 186, 0, -1973.957, 1505.429, -38.48059, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: The Blackwald - Difficulty: 0)
+(@OGUID+367, 1617, 654, 4714, 4730, 3, 1, 186, 0, -2096.724, 1520.504, -53.84907, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+368, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2037.13, 1585.26, -44.95346, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+369, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2007.316, 1575.427, -44.46036, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+370, 1731, 654, 4714, 4730, 3, 1, 186, 0, -2067.63, 1603.566, -43.85505, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: The Blackwald - Difficulty: 0)
+(@OGUID+371, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2089.642, 1598.629, -45.71139, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+372, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2099.969, 1514.26, -55.37563, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+373, 1617, 654, 4714, 4730, 3, 1, 186, 0, -2112.25, 1622.97, -43.12826, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+374, 201939, 654, 4714, 4730, 3, 1, 186, 0, -2118.814, 1630.486, -41.62808, 3.944446, 0, 0, -0.9205046, 0.3907318, 7200, 255, 1, 25383), -- Worn Coffer (Area: The Blackwald - Difficulty: 0)
+(@OGUID+375, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2099.167, 1532.078, -52.05201, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+376, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2148.984, 1571.262, -48.18236, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+377, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2124.983, 1489.464, -57.43692, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+378, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2156.856, 1553.238, -48.27436, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+379, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2165.483, 1576.167, -45.27735, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+380, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2171.681, 1559.205, -45.68985, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+381, 201891, 654, 4714, 4730, 3, 1, 186, 0, -2192.868, 1808.405, 12.55306, 6.227753, 0, 0, -0.02771282, 0.9996159, 7200, 255, 1, 25383), -- Stolen Banner (Area: The Blackwald - Difficulty: 0)
+(@OGUID+382, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2180.521, 1550.109, -47.23647, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+383, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2169.538, 1645.557, -39.38561, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+384, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2219.991, 1590.781, -40.19862, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+385, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2219.203, 1581.238, -40.4642, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+386, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2225.137, 1586.379, -38.88655, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+387, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2141.795, 1470.446, -57.37347, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+388, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2192.497, 1481.078, -47.18853, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+389, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2233.899, 1624.651, -35.19302, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+390, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2090.823, 1331.465, -82.0248, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+391, 201914, 654, 4714, 4841, 3, 1, 186, 0, -2132.26, 1387.398, -64.45782, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: Tal'doren - Difficulty: 0)
+(@OGUID+392, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2023.497, 1472.47, -53.77317, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+393, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2128.536, 1467.043, -59.15144, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+394, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2074.262, 1445.793, -62.92227, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+395, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2093.983, 1542.969, -51.30069, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+396, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2176.486, 1506.691, -50.5416, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+397, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2089.642, 1598.629, -45.71139, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+398, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2198.146, 1513.049, -43.93365, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+399, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2007.316, 1575.427, -44.46036, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+400, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2060.271, 1451.359, -60.39293, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+401, 201914, 654, 4714, 4730, 3, 1, 186, 0, -2003.769, 1473.97, -50.78074, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: The Blackwald - Difficulty: 0)
+(@OGUID+402, 201914, 654, 4714, 4841, 3, 1, 186, 0, -2132.26, 1387.398, -64.45782, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Moonleaf (Area: Tal'doren - Difficulty: 0)
+(@OGUID+403, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2436.398, 1400.521, 16.81799, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+404, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2437.358, 1390.411, 16.80612, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+405, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2442.342, 1416.089, 16.80551, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+406, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2441.503, 1370.326, 18.89237, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+407, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2456, 1431.394, 16.80378, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+408, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2456.024, 1379.84, 17.71503, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+409, 201607, 654, 4714, 4730, 3, 1, 186, 0, -2472.993, 1387.781, 16.78687, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: The Blackwald - Difficulty: 0)
+(@OGUID+410, 201607, 654, 4714, 0, 3, 1, 186, 0, -2478.953, 1458.273, 16.84533, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: 0 - Difficulty: 0)
+(@OGUID+411, 201607, 654, 4714, 0, 3, 1, 186, 0, -2481.228, 1479.439, 16.82753, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: 0 - Difficulty: 0)
+(@OGUID+412, 201607, 654, 4714, 4731, 3, 1, 186, 0, -2469.2, 1350.979, 16.79919, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Old Journal Page (Area: Stormglen Village - Difficulty: 0)
+(@OGUID+413, 1619, 654, 4714, 0, 3, 1, 186, 0, -1512.543, 1047.208, 24.22843, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Earthroot (Area: 0 - Difficulty: 0)
+(@OGUID+414, 1618, 654, 4714, 0, 3, 1, 186, 0, -1605.29, 1170.12, 12.19, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: 0 - Difficulty: 0)
+(@OGUID+415, 1617, 654, 4714, 0, 3, 1, 186, 0, -1539.97, 992.559, 18.9435, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+416, 1618, 654, 4714, 0, 3, 1, 186, 0, -1450.964, 968.0903, 10.30177, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: 0 - Difficulty: 0)
+(@OGUID+417, 1617, 654, 4714, 0, 3, 1, 186, 0, -1456.78, 1172.09, 29.9476, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+418, 1619, 654, 4714, 0, 3, 1, 186, 0, -1333.84, 1137.828, 37.89291, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Earthroot (Area: 0 - Difficulty: 0)
+(@OGUID+419, 1731, 654, 4714, 4842, 3, 1, 186, 0, -1502.514, 1221.885, 28.09936, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Livery Outpost - Difficulty: 0)
+(@OGUID+420, 1618, 654, 4714, 0, 3, 1, 186, 0, -1313.038, 958.3559, 13.74879, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Peacebloom (Area: 0 - Difficulty: 0)
+(@OGUID+421, 1731, 654, 4714, 0, 3, 1, 186, 0, -1407.111, 959.7136, 15.58621, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+422, 1619, 654, 4714, 0, 3, 1, 186, 0, -1229.497, 981.1875, 48.15213, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Earthroot (Area: 0 - Difficulty: 0)
+(@OGUID+423, 1731, 654, 4714, 0, 3, 1, 186, 0, -1219.722, 924.6337, 25.09724, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+424, 201775, 654, 4714, 0, 3, 1, 186, 0, -1187.413, 1057.868, 36.53125, 4.520403, 0, 0, -0.7716246, 0.6360782, 7200, 255, 1, 25383), -- Ball and Chain (Area: 0 - Difficulty: 0)
+(@OGUID+425, 1619, 654, 4714, 4842, 3, 1, 186, 0, -1239.731, 1213.748, 32.7868, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Earthroot (Area: Livery Outpost - Difficulty: 0)
+(@OGUID+426, 1731, 654, 4714, 0, 3, 1, 186, 0, -1223.734, 1163.066, 26.68285, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: 0 - Difficulty: 0)
+(@OGUID+427, 1617, 654, 4714, 0, 3, 1, 186, 0, -1170.255, 1116.667, 24.99162, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Silverleaf (Area: 0 - Difficulty: 0)
+(@OGUID+428, 201775, 654, 4714, 4734, 3, 1, 186, 0, -1166.731, 1026.09, 43.7643, 1.989672, 0, 0, 0.8386698, 0.5446402, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Village - Difficulty: 0)
+(@OGUID+429, 201775, 654, 4714, 0, 3, 1, 186, 0, -1147.951, 1024.976, 43.16725, 0.7679439, 0, 0, 0.3746061, 0.927184, 7200, 255, 1, 25383), -- Ball and Chain (Area: 0 - Difficulty: 0)
+(@OGUID+430, 1731, 654, 4714, 6546, 3, 1, 186, 0, -1114.326, 1001.858, 46.14227, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+431, 201775, 654, 4714, 6546, 3, 1, 186, 0, -1183.536, 951.75, 28.46598, 1.989672, 0, 0, 0.8386698, 0.5446402, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+432, 201775, 654, 4714, 6546, 3, 1, 186, 0, -1094.54, 991.4254, 46.32872, 4.01426, 0, 0, -0.9063072, 0.4226195, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+433, 201775, 654, 4714, 6546, 3, 1, 186, 0, -1139.075, 954.6389, 41.42125, 0.8726639, 0, 0, 0.4226179, 0.9063079, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+434, 1731, 654, 4714, 4732, 3, 1, 186, 0, -1086.615, 1080.123, 23.73815, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+435, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1112.569, 931.191, 40.86225, 5.166176, 0, 0, -0.5299187, 0.8480484, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+436, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1075.552, 942.1268, 40.09185, 4.485497, 0, 0, -0.782608, 0.6225148, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+437, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1052.988, 965.2396, 44.93267, 4.01426, 0, 0, -0.9063072, 0.4226195, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+438, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1082.767, 907.5643, 36.93899, 3.159062, 0, 0, -0.9999619, 0.008734641, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+439, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1057.899, 928.2465, 41.19948, 4.939284, 0, 0, -0.6225138, 0.7826088, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+440, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1018.995, 997.1077, 40.72203, 4.520403, 0, 0, -0.7716246, 0.6360782, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+441, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1015.99, 980.6684, 39.47688, 2.373644, 0, 0, 0.9271832, 0.3746083, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+442, 1731, 654, 4714, 4732, 3, 1, 186, 0, -1018.083, 1001.592, 42.91631, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+443, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1094.54, 991.4254, 46.32872, 4.01426, 0, 0, -0.9063072, 0.4226195, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+444, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1082.767, 907.5643, 36.93899, 3.159062, 0, 0, -0.9999619, 0.008734641, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+445, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1071.754, 874.5226, 36.28397, 4.939284, 0, 0, -0.6225138, 0.7826088, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+446, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1170.09, 870.2778, 23.60718, 1.989672, 0, 0, 0.8386698, 0.5446402, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+447, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1187.852, 870.6111, 23.51332, 5.916668, 0, 0, -0.1822348, 0.983255, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+448, 1731, 654, 4714, 4732, 3, 1, 186, 0, -1175.719, 866.7813, 23.8416, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+449, 1731, 654, 4714, 4732, 3, 1, 186, 0, -1266.2, 944.6007, 16.9375, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+450, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1139.075, 954.6389, 41.42125, 0.8726639, 0, 0, 0.4226179, 0.9063079, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+451, 1731, 654, 4714, 4732, 3, 1, 186, 0, -1087.344, 846.4566, 37.24903, 0, 0, 0, 0, 1, 7200, 255, 1, 25383), -- Copper Vein (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+452, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1097.033, 835.9202, 36.7592, 4.939284, 0, 0, -0.6225138, 0.7826088, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+453, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1075.552, 942.1268, 40.09185, 4.485497, 0, 0, -0.782608, 0.6225148, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+454, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1064.066, 849.7795, 36.50667, 4.939284, 0, 0, -0.6225138, 0.7826088, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+455, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1057.899, 928.2465, 41.19948, 4.939284, 0, 0, -0.6225138, 0.7826088, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+456, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1015.99, 980.6684, 39.47688, 2.373644, 0, 0, 0.9271832, 0.3746083, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+457, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1018.995, 997.1077, 40.72203, 4.520403, 0, 0, -0.7716246, 0.6360782, 7200, 255, 1, 25383), -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+(@OGUID+458, 201775, 654, 4714, 4732, 3, 1, 186, 0, -1183.536, 951.75, 28.46598, 1.989672, 0, 0, 0.8386698, 0.5446402, 7200, 255, 1, 25383); -- Ball and Chain (Area: Emberstone Mine - Difficulty: 0)
+
+DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+228 AND @OGUID+458;
+INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`) VALUES
+(@OGUID+228, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+229, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+230, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+231, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+232, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+233, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+234, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+235, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+236, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+237, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+238, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+239, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+240, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+241, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+242, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+243, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+244, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+245, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+246, 0, 0, 0.9418979, -0.3358992), -- Rocking Chair
+(@OGUID+247, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+248, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+250, 0, 0, 0.9418979, -0.3358992), -- Bench
+(@OGUID+251, 0, 0, 0.9418979, -0.3358992); -- Bench
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 0c438927ec5..4b67f0547bf 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -4458,6 +4458,24 @@ void SpellMgr::LoadSpellInfoCorrections()
});
// ENDOF FIRELANDS SPELLS
+ //
+ // GILNEAS SPELLS
+ //
+ // Curse of the Worgen
+ ApplySpellFix({ 69123 }, [](SpellInfo* spellInfo)
+ {
+ spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(13); // 50000yd
+ });
+
+ // Forcecast summon personal Godfrey
+ ApplySpellFix({ 68635, 68636 }, [](SpellInfo* spellInfo)
+ {
+ spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_SUMMONER);
+ });
+
+
+ // ENDOF GILNEAS SPELLS
+
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];
diff --git a/src/server/scripts/EasternKingdoms/Gilneas/chapter2.cpp b/src/server/scripts/EasternKingdoms/Gilneas/chapter2.cpp
new file mode 100644
index 00000000000..976ca2f9f31
--- /dev/null
+++ b/src/server/scripts/EasternKingdoms/Gilneas/chapter2.cpp
@@ -0,0 +1,68 @@
+/*
+* Copyright (C) 2008-2018 TrinityCore
+*
+* This program is free software; you can redistribute it and/or modify it
+* under the terms of the GNU General Public License as published by the
+* Free Software Foundation; either version 2 of the License, or (at your
+* option) any later version.
+*
+* This program is distributed in the hope that it will be useful, but WITHOUT
+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+* more details.
+*
+* You should have received a copy of the GNU General Public License along
+* with this program. If not, see .
+*/
+
+#include "gilneas.h"
+#include "ScriptMgr.h"
+#include "CombatAI.h"
+#include "MotionMaster.h"
+#include "ObjectAccessor.h"
+#include "Player.h"
+#include "PassiveAI.h"
+#include "PhasingHandler.h"
+#include "ScriptedCreature.h"
+#include "SpellInfo.h"
+#include "SpellScript.h"
+#include "TemporarySummon.h"
+#include "Vehicle.h"
+#include "GameObjectAI.h"
+#include "GameObject.h"
+
+/*######
+## Quest 14320 - In Need of Ingredients
+######*/
+
+enum GilneasInvasionCamera
+{
+ CINEMATIC_FORSAKEN_INVASION = 168
+};
+
+class go_gilneas_invasion_camera : public GameObjectScript
+{
+ public:
+ go_gilneas_invasion_camera() : GameObjectScript("go_gilneas_invasion_camera") { }
+
+ struct go_gilneas_invasion_cameraAI : public GameObjectAI
+ {
+ go_gilneas_invasion_cameraAI(GameObject* go) : GameObjectAI(go) { }
+
+ bool OnReportUse(Player* player) override
+ {
+ player->SendCinematicStart(CINEMATIC_FORSAKEN_INVASION);
+ return true;
+ }
+ };
+
+ GameObjectAI* GetAI(GameObject* go) const override
+ {
+ return new go_gilneas_invasion_cameraAI(go);
+ }
+};
+
+void AddSC_gilneas_c2()
+{
+ new go_gilneas_invasion_camera();
+}
diff --git a/src/server/scripts/EasternKingdoms/eastern_kingdoms_script_loader.cpp b/src/server/scripts/EasternKingdoms/eastern_kingdoms_script_loader.cpp
index 380402190eb..83fd7651638 100644
--- a/src/server/scripts/EasternKingdoms/eastern_kingdoms_script_loader.cpp
+++ b/src/server/scripts/EasternKingdoms/eastern_kingdoms_script_loader.cpp
@@ -76,6 +76,7 @@ void AddSC_boss_captain_cookie();
void AddSC_boss_vanessa_van_cleef();
void AddSC_deadmines();
void AddSC_gilneas_c1(); //Gilneas
+void AddSC_gilneas_c2();
void AddSC_gnomeregan(); //Gnomeregan
void AddSC_instance_gnomeregan();
void AddSC_instance_grim_batol(); //Grim Batol
@@ -283,6 +284,7 @@ void AddEasternKingdomsScripts()
AddSC_boss_vanessa_van_cleef();
AddSC_deadmines();
AddSC_gilneas_c1(); //Gilneas
+ AddSC_gilneas_c2();
AddSC_gnomeregan(); //Gnomeregan
AddSC_instance_gnomeregan();
AddSC_instance_grim_batol(); //Grim Batol