From d2618aa5fb9abf43338ace3dbe95cfd5614c0452 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 6 Oct 2022 20:53:23 -0400 Subject: [PATCH] DB Updates --- .../world/master/2022_10_05_01_world.sql | 241 +++ .../world/master/2022_10_05_02_world.sql | 1544 +++++++++++++++++ .../world/master/2022_10_05_03_world.sql | 1511 ++++++++++++++++ .../world/master/2022_10_05_04_world.sql | 340 ++++ 4 files changed, 3636 insertions(+) create mode 100644 sql/updates/world/master/2022_10_05_01_world.sql create mode 100644 sql/updates/world/master/2022_10_05_02_world.sql create mode 100644 sql/updates/world/master/2022_10_05_03_world.sql create mode 100644 sql/updates/world/master/2022_10_05_04_world.sql diff --git a/sql/updates/world/master/2022_10_05_01_world.sql b/sql/updates/world/master/2022_10_05_01_world.sql new file mode 100644 index 000000000..c39230b95 --- /dev/null +++ b/sql/updates/world/master/2022_10_05_01_world.sql @@ -0,0 +1,241 @@ +SET @NPCTEXTID := 570001; + +-- Ipfelkofer Ironkeg | La'gar Brewshout (Brewfest) +UPDATE `creature_template` SET `gossip_menu_id`=8994, `minlevel`=60, `maxlevel`=60 WHERE `entry`=24710; +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=155194; + +DELETE FROM `creature_template_addon` WHERE `entry`=155194; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(155194, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''); + +DELETE FROM `creature_template_scaling` WHERE `DifficultyID`=0 AND `Entry` IN (24710, 155194); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(24710, 0, 0, 0, 298, 45338), +(155194, 0, 0, 0, 298, 45338); + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (24346, 24441); +DELETE FROM `gossip_menu` WHERE `MenuID` BETWEEN 24374 AND 24381; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(24346, @NPCTEXTID+0, -1), +(24441, @NPCTEXTID+1, -1), +(24374, 38231, -1), +(24375, @NPCTEXTID+2, -1), +(24376, @NPCTEXTID+3, -1), +(24377, @NPCTEXTID+4, -1), +(24378, @NPCTEXTID+5, -1), +(24379, @NPCTEXTID+6, -1), +(24380, @NPCTEXTID+7, -1), +(24381, 12876, -1); + +DELETE FROM `npc_text` WHERE `ID` BETWEEN @NPCTEXTID+0 AND @NPCTEXTID+7; +INSERT INTO `npc_text` (`ID`, `Probability0`, `Probability1`, `Probability2`, `Probability3`, `Probability4`, `Probability5`, `Probability6`, `Probability7`, `BroadcastTextId0`, `BroadcastTextId1`, `BroadcastTextId2`, `BroadcastTextId3`, `BroadcastTextId4`, `BroadcastTextId5`, `BroadcastTextId6`, `BroadcastTextId7`, `VerifiedBuild`) VALUES +(@NPCTEXTID+0, 1, 0, 0, 0, 0, 0, 0, 0, 176845, 0, 0, 0, 0, 0, 0, 0, 45338), +(@NPCTEXTID+1, 1, 0, 0, 0, 0, 0, 0, 0, 177596, 0, 0, 0, 0, 0, 0, 0, 45338), +(@NPCTEXTID+2, 1, 0, 0, 0, 0, 0, 0, 0, 177038, 0, 0, 0, 0, 0, 0, 0, 45338), +(@NPCTEXTID+3, 1, 0, 0, 0, 0, 0, 0, 0, 177039, 0, 0, 0, 0, 0, 0, 0, 45338), +(@NPCTEXTID+4, 1, 0, 0, 0, 0, 0, 0, 0, 177042, 0, 0, 0, 0, 0, 0, 0, 45338), +(@NPCTEXTID+5, 1, 0, 0, 0, 0, 0, 0, 0, 177058, 0, 0, 0, 0, 0, 0, 0, 45338), +(@NPCTEXTID+6, 1, 0, 0, 0, 0, 0, 0, 0, 177065, 0, 0, 0, 0, 0, 0, 0, 45338), +(@NPCTEXTID+7, 1, 0, 0, 0, 0, 0, 0, 0, 177087, 0, 0, 0, 0, 0, 0, 0, 45338); + +UPDATE `gossip_menu_option` SET `ActionPoiID`=2092 WHERE `MenuID`=8994 AND `OptionID`=2; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2091 WHERE `MenuID`=8994 AND `OptionID`=3; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2102 WHERE `MenuID`=8994 AND `OptionID`=4; +UPDATE `gossip_menu_option` SET `OptionText`='Campground Chaos', `OptionBroadcastTextId`=176844, `ActionMenuID`=24346 WHERE `MenuID`=8994 AND `OptionID`=5; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2092 WHERE `MenuID`=9025 AND `OptionID`=1; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2091 WHERE `MenuID`=9025 AND `OptionID`=2; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2102 WHERE `MenuID`=9025 AND `OptionID`=3; +UPDATE `gossip_menu_option` SET `OptionText`='Campground Chaos', `OptionBroadcastTextId`=176844, `ActionMenuID`=24346 WHERE `MenuID`=9025 AND `OptionID`=4; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2092 WHERE `MenuID`=8995 AND `OptionID`=1; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2091 WHERE `MenuID`=8995 AND `OptionID`=2; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2102 WHERE `MenuID`=8995 AND `OptionID`=3; +UPDATE `gossip_menu_option` SET `OptionText`='Campground Chaos', `OptionBroadcastTextId`=176844, `ActionMenuID`=24346 WHERE `MenuID`=8995 AND `OptionID`=4; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2091 WHERE `MenuID`=8996 AND `OptionID`=2; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2102 WHERE `MenuID`=8996 AND `OptionID`=3; +UPDATE `gossip_menu_option` SET `OptionText`='Campground Chaos', `OptionBroadcastTextId`=176844, `ActionMenuID`=24346 WHERE `MenuID`=8996 AND `OptionID`=4; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2092 WHERE `MenuID`=8997 AND `OptionID`=2; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2102 WHERE `MenuID`=8997 AND `OptionID`=3; +UPDATE `gossip_menu_option` SET `OptionText`='Campground Chaos', `OptionBroadcastTextId`=176844, `ActionMenuID`=24346 WHERE `MenuID`=8997 AND `OptionID`=4; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2092 WHERE `MenuID`=9558 AND `OptionID`=2; +UPDATE `gossip_menu_option` SET `ActionPoiID`=2091 WHERE `MenuID`=9558 AND `OptionID`=3; +UPDATE `gossip_menu_option` SET `OptionText`='Campground Chaos', `OptionBroadcastTextId`=176844, `ActionMenuID`=24346 WHERE `MenuID`=9558 AND `OptionID`=4; +UPDATE `gossip_menu_option` SET `VerifiedBuild`=45338 WHERE `MenuID` IN (8994, 9025, 8995, 8996, 8997, 9558); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=8994 AND `OptionID`=6; +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (8995, 8996, 8997, 9025, 9558) AND `OptionID`=5; +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (24346, 24441); +DELETE FROM `gossip_menu_option` WHERE `MenuID` BETWEEN 24374 AND 24381; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextId`, `OptionNpcFlag`, `Language`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(8994, 6, 0, 'Brewfest Chowdown', 177078, 1, 0, 24441, 6137, 0, 0, NULL, 0, 45338), +(8995, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24441, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(8996, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24441, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(8997, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24441, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(9025, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24441, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(9558, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24441, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(24346, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 9025, 0, 0, 0, NULL, 0, 45338), +(24346, 1, 0, 'Food & Drink', 23755, 1, 0, 8995, 0, 0, 0, NULL, 0, 45338), +(24346, 2, 0, 'Tokens & Souvenirs', 23756, 1, 0, 8996, 2092, 0, 0, NULL, 0, 45338), +(24346, 3, 0, 'Ram Racing', 23757, 1, 0, 8997, 2091, 0, 0, NULL, 0, 45338), +(24346, 4, 0, 'Brew of the Month Club', 26734, 1, 0, 9558, 2102, 0, 0, NULL, 0, 45338), +(24346, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24441, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(24441, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 9025, 0, 0, 0, NULL, 0, 45338), +(24441, 1, 0, 'Food & Drink', 23755, 1, 0, 8995, 0, 0, 0, NULL, 0, 45338), +(24441, 2, 0, 'Tokens & Souvenirs', 23756, 1, 0, 8996, 2092, 0, 0, NULL, 0, 45338), +(24441, 3, 0, 'Ram Racing', 23757, 1, 0, 8997, 2091, 0, 0, NULL, 0, 45338), +(24441, 4, 0, 'Brew of the Month Club', 26734, 1, 0, 9558, 2102, 0, 0, NULL, 0, 45338), +(24441, 5, 0, 'Campground Chaos', 176844, 1, 0, 24346, 0, 0, 0, NULL, 0, 45338), +(24374, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 24375, 0, 0, 0, NULL, 0, 45338), +(24374, 1, 0, 'Food & Drink', 23755, 1, 0, 24376, 0, 0, 0, NULL, 0, 45338), +(24374, 2, 0, 'Tokens & Souvenirs', 23756, 1, 0, 24377, 2094, 0, 0, NULL, 0, 45338), +(24374, 3, 0, 'Ram Racing', 23757, 1, 0, 24378, 2093, 0, 0, NULL, 0, 45338), +(24374, 4, 0, 'Brew of the Month Club', 26734, 1, 0, 24381, 2103, 0, 0, NULL, 0, 45338), +(24374, 5, 0, 'Campground Chaos', 176844, 1, 0, 24379, 0, 0, 0, NULL, 0, 45338), +(24374, 6, 0, 'Brewfest Chowdown', 177078, 1, 0, 24380, 6136, 0, 0, NULL, 0, 45338), +(24375, 0, 0, 'Food & Drink', 23755, 1, 0, 24376, 0, 0, 0, NULL, 0, 45338), +(24375, 1, 0, 'Tokens & Souvenirs', 23756, 1, 0, 24377, 2094, 0, 0, NULL, 0, 45338), +(24375, 2, 0, 'Ram Racing', 23757, 1, 0, 24378, 2093, 0, 0, NULL, 0, 45338), +(24375, 3, 0, 'Brew of the Month Club', 26734, 1, 0, 24381, 2103, 0, 0, NULL, 0, 45338), +(24375, 4, 0, 'Campground Chaos', 176844, 1, 0, 24379, 0, 0, 0, NULL, 0, 45338), +(24375, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24380, 6136, 0, 0, NULL, 0, 45338), +(24376, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 24375, 0, 0, 0, NULL, 0, 45338), +(24376, 1, 0, 'Tokens & Souvenirs', 23756, 1, 0, 24377, 2094, 0, 0, NULL, 0, 45338), +(24376, 2, 0, 'Ram Racing', 23757, 1, 0, 24378, 2093, 0, 0, NULL, 0, 45338), +(24376, 3, 0, 'Brew of the Month Club', 26734, 1, 0, 24381, 2103, 0, 0, NULL, 0, 45338), +(24376, 4, 0, 'Campground Chaos', 176844, 1, 0, 24379, 0, 0, 0, NULL, 0, 45338), +(24376, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24380, 6136, 0, 0, NULL, 0, 45338), +(24377, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 24375, 0, 0, 0, NULL, 0, 45338), +(24377, 1, 0, 'Food & Drink', 23755, 1, 0, 24376, 0, 0, 0, NULL, 0, 45338), +(24377, 2, 0, 'Ram Racing', 23757, 1, 0, 24378, 2093, 0, 0, NULL, 0, 45338), +(24377, 3, 0, 'Brew of the Month Club', 26734, 1, 0, 24381, 2103, 0, 0, NULL, 0, 45338), +(24377, 4, 0, 'Campground Chaos', 176844, 1, 0, 24379, 0, 0, 0, NULL, 0, 45338), +(24377, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24380, 6136, 0, 0, NULL, 0, 45338), +(24378, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 24375, 0, 0, 0, NULL, 0, 45338), +(24378, 1, 0, 'Food & Drink', 23755, 1, 0, 24376, 0, 0, 0, NULL, 0, 45338), +(24378, 2, 0, 'Tokens & Souvenirs', 23756, 1, 0, 24377, 2094, 0, 0, NULL, 0, 45338), +(24378, 3, 0, 'Brew of the Month Club', 26734, 1, 0, 24381, 2103, 0, 0, NULL, 0, 45338), +(24378, 4, 0, 'Campground Chaos', 176844, 1, 0, 24379, 0, 0, 0, NULL, 0, 45338), +(24378, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24380, 6136, 0, 0, NULL, 0, 45338), +(24379, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 24375, 0, 0, 0, NULL, 0, 45338), +(24379, 1, 0, 'Food & Drink', 23755, 1, 0, 24376, 0, 0, 0, NULL, 0, 45338), +(24379, 2, 0, 'Tokens & Souvenirs', 23756, 1, 0, 24377, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(24379, 3, 0, 'Ram Racing', 23757, 1, 0, 24378, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(24379, 4, 0, 'Brew of the Month Club', 26734, 1, 0, 24381, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(24379, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24380, 6136, 0, 0, NULL, 0, 45338), +(24380, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 24375, 0, 0, 0, NULL, 0, 45338), +(24380, 1, 0, 'Food & Drink', 23755, 1, 0, 24376, 0, 0, 0, NULL, 0, 45338), +(24380, 2, 0, 'Tokens & Souvenirs', 23756, 1, 0, 24377, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(24380, 3, 0, 'Ram Racing', 23757, 1, 0, 24378, 0, 0, 0, NULL, 0, 45338), -- Blizzlike +(24380, 4, 0, 'Brew of the Month Club', 26734, 1, 0, 24381, 2103, 0, 0, NULL, 0, 45338), +(24380, 5, 0, 'Campground Chaos', 176844, 1, 0, 24379, 0, 0, 0, NULL, 0, 45338), +(24381, 0, 0, 'The Tapping of the Keg', 23877, 1, 0, 24375, 0, 0, 0, NULL, 0, 45338), +(24381, 1, 0, 'Food & Drink', 23755, 1, 0, 24376, 0, 0, 0, NULL, 0, 45338), +(24381, 2, 0, 'Tokens & Souvenirs', 23756, 1, 0, 24377, 2094, 0, 0, NULL, 0, 45338), +(24381, 3, 0, 'Ram Racing', 23757, 1, 0, 24378, 2093, 0, 0, NULL, 0, 45338), +(24381, 4, 0, 'Campground Chaos', 176844, 1, 0, 24379, 0, 0, 0, NULL, 0, 45338), +(24381, 5, 0, 'Brewfest Chowdown', 177078, 1, 0, 24380, 6136, 0, 0, NULL, 0, 45338); + +DELETE FROM `points_of_interest` WHERE `ID` IN (10448, 10449, 10450, 10451, 10452, 10453, 10460); +DELETE FROM `points_of_interest` WHERE `ID` IN (2091, 2092, 2093, 2094, 2102, 2103, 2722, 6136, 6137); +INSERT INTO `points_of_interest` (`ID`, `PositionX`, `PositionY`, `PositionZ`, `Icon`, `Flags`, `Importance`, `Name`, `Unknown905`, `VerifiedBuild`) VALUES +(2091, -5200.93017578125, -484.6820068359375, 388.80499267578125, 7, 75, 0, 'Brewfest Ram Racing', 0, 45338), +(2092, -5176.77978515625, -623.989990234375, 397.175994873046875, 7, 75, 0, 'Brewfest Souvenirs', 0, 45338), +(2093, 1282.989990234375, -4410.58984375, 26.42609977722167968, 7, 75, 0, 'Goblin Brewfest Ram Racing', 0, 45338), +(2094, 1174.56005859375, -4292.919921875, 21.27400016784667968, 7, 75, 0, 'Goblin Brewfest Souvenirs', 0, 45338), +(2102, -4847.830078125, -862.60601806640625, 501.91400146484375, 7, 75, 0, 'Brew of the Month Club, Ironforge', 0, 45338), +(2103, 1634.52001953125, -4382.18994140625, 21.1902008056640625, 7, 75, 0, 'Brew of the Month Club, Orgrimmar', 0, 45338), +(2722, -4088.888916015625, 6359.15087890625, 13.04977226257324218, 7, 99, 0, 'Darkmoon Game Tokens', 0, 45338), +(6136, 1162.530029296875, -4198.5, 22.41909980773925781, 7, 75, 0, 'Brewfest Chowdown', 0, 45338), +(6137, -5201.830078125, -545.9639892578125, 396.824005126953125, 7, 75, 0, 'Brewfest Chowdown', 0, 45338); + +DELETE FROM `points_of_interest_locale` WHERE `ID` IN (2091, 2092, 2093, 2094, 2102, 2103, 2722, 6136, 6137); +INSERT INTO `points_of_interest_locale` (`ID`, `locale`, `Name`, `VerifiedBuild`) VALUES +(2091, 'deDE', 'Widderrennen des Braufests', 45338), +(2091, 'esES', 'Carrera de carneros de la Fiesta de la Cerveza', 45338), +(2091, 'esMX', 'Carrera de carneros de la Fiesta de la Cerveza', 45338), +(2091, 'frFR', 'Course de béliers de la fête des Brasseurs', 45338), +(2091, 'itIT', 'Gara degli Arieti della Festa della Birra', 45338), +(2091, 'koKR', '가을 축제 산양 경주장', 45338), +(2091, 'ptBR', 'Corrida de Carneiros da CervaFest', 45338), +(2091, 'ruRU', 'Хмельной фестиваль: скачки на бара', 45338), +(2091, 'zhCN', '美酒节赛羊会', 45338), +(2091, 'zhTW', '啤酒節山羊競速', 45338), +(2092, 'deDE', 'Souvenirs des Braufests', 45338), +(2092, 'esES', 'Recuerdos de la Fiesta de la Cerveza', 45338), +(2092, 'esMX', 'Recuerdos de la Fiesta de la Cerveza', 45338), +(2092, 'frFR', 'Souvenirs de la fête des Brasseurs', 45338), +(2092, 'itIT', 'Souvenir della Festa della Birra', 45338), +(2092, 'koKR', '가을 축제 기념품점', 45338), +(2092, 'ptBR', 'Brindes da Cervafest', 45338), +(2092, 'ruRU', 'Хмельной фестиваль: сувениры', 45338), +(2092, 'zhCN', '美酒节兑奖处', 45338), +(2092, 'zhTW', '啤酒節紀念品', 45338), +(2093, 'deDE', 'Goblinwidderrennen des Braufests', 45338), +(2093, 'esES', 'Carrera de carneros de la Fiesta de la Cerveza goblin', 45338), +(2093, 'esMX', 'Carrera de carneros de la Fiesta de la Cerveza goblin', 45338), +(2093, 'frFR', 'Course de béliers de la fête des Brasseurs gobeline', 45338), +(2093, 'itIT', 'Gara degli Arieti della Festa della Birra dei Goblin', 45338), +(2093, 'koKR', '가을 축제 고블린 산양 경주장', 45338), +(2093, 'ptBR', 'Corrida Goblínica de Carneiros da CervaFest', 45338), +(2093, 'ruRU', 'Гоблинский Хмельной фестиваль: ск', 45338), -- Гоблинский Хмельной фестиваль: ск� (truncated) +(2093, 'zhCN', '地精美酒节赛羊会', 45338), +(2093, 'zhTW', '哥布林啤酒節山羊競速', 45338), +(2094, 'deDE', 'Goblinsouvenirs des Braufests', 45338), +(2094, 'esES', 'Recuerdos de la Fiesta de la Cerveza goblin', 45338), +(2094, 'esMX', 'Recuerdos de la Fiesta de la Cerveza goblin', 45338), +(2094, 'frFR', 'Souvenirs de la fête des Brasseurs gobeline', 45338), +(2094, 'itIT', 'Souvenir della Festa della Birra dei Goblin', 45338), +(2094, 'koKR', '가을 축제 고블린 기념품점', 45338), +(2094, 'ptBR', 'Brindes Goblínicos da Cervafest', 45338), +(2094, 'ruRU', 'Гоблинский Хмельной фестиваль: су', 45338), -- Гоблинский Хмельной фестиваль: су� (truncated) +(2094, 'zhCN', '地精美酒节兑奖处', 45338), +(2094, 'zhTW', '哥布林啤酒節紀念品', 45338), +(2102, 'deDE', 'Bier des Monats e.V., Eisenschmiede', 45338), +(2102, 'esES', 'Club de la Cerveza del Mes, Forjaz', 45338), +(2102, 'esMX', 'Club de la Cerveza del Mes, Forjaz', 45338), +(2102, 'frFR', 'Club de la bière du mois, Forgefer', 45338), +(2102, 'itIT', 'Club della Birra del Mese di Forgiardente', 45338), +(2102, 'koKR', '아이언포지 맥주 사랑 동호회', 45338), +(2102, 'ptBR', 'Clube da Cerveja do Mês, Altaforja', 45338), +(2102, 'ruRU', 'Клуб "Пиво месяца", Стальгорн', 45338), +(2102, 'zhCN', '本月美酒俱乐部,铁炉堡', 45338), +(2102, 'zhTW', '每月啤酒俱樂部,鐵爐堡', 45338), +(2103, 'deDE', 'Bier des Monats e.V., Orgrimmar', 45338), +(2103, 'esES', 'Club de la Cerveza del Mes, Orgrimmar', 45338), +(2103, 'esMX', 'Club de la Cerveza del Mes, Orgrimmar', 45338), +(2103, 'frFR', 'Club de la bière du mois, Orgrimmar', 45338), +(2103, 'itIT', 'Club della Birra del Mese di Orgrimmar', 45338), +(2103, 'koKR', '오그리마 맥주 사랑 동호회', 45338), +(2103, 'ptBR', 'Clube da Cerveja do Mês, Orgrimmar', 45338), +(2103, 'ruRU', 'Клуб "Пиво месяца", Оргриммар', 45338), +(2103, 'zhCN', '本月美酒俱乐部,奥格瑞玛', 45338), +(2103, 'zhTW', '每月啤酒俱樂部,奧格瑪', 45338), +(2722, 'deDE', 'Spieljetons des Dunkelmond-Jahrmarkts', 45338), +(2722, 'esES', 'Fichas de la Feria de la Luna Negra', 45338), +(2722, 'esMX', 'Fichas de la Feria de la Luna Negra', 45338), +(2722, 'frFR', 'Jetons de la foire de Sombrelune', 45338), +(2722, 'itIT', 'Gettoni dei Giochi di Lunacupa', 45338), +(2722, 'koKR', '다크문 게임 동전 상인', 45338), +(2722, 'ptBR', 'Fichas de Jogo de Negraluna', 45338), +(2722, 'ruRU', 'Жетоны ярмарки Новолуния', 45338), +(2722, 'zhCN', '暗月游戏代币', 45338), +(2722, 'zhTW', '暗月遊戲代幣', 45338), +(6136, 'deDE', 'Braufestmampfkampf', 45338), +(6136, 'esES', 'Comilona de la Fiesta de la Cerveza', 45338), +(6136, 'esMX', 'Panzada cervecera', 45338), +(6136, 'frFR', 'Gueulethon de la fête des Brasseurs', 45338), +(6136, 'itIT', 'Ingozzatutto della Festa della Birra', 45338), +(6136, 'koKR', '가을 축제 먹기 대회', 45338), +(6136, 'ptBR', 'Bate-rango da CervaFest', 45338), +(6136, 'ruRU', '"Сарделирий" Хмельного фестиваля', 45338), +(6136, 'zhCN', '美酒节大胃王比赛', 45338), +(6136, 'zhTW', '啤酒節大胃王比賽', 45338), +(6137, 'deDE', 'Braufestmampfkampf', 45338), +(6137, 'esES', 'Comilona de la Fiesta de la Cerveza', 45338), +(6137, 'esMX', 'Panzada cervecera', 45338), +(6137, 'frFR', 'Gueulethon de la fête des Brasseurs', 45338), +(6137, 'itIT', 'Ingozzatutto della Festa della Birra', 45338), +(6137, 'koKR', '가을 축제 먹기 대회', 45338), +(6137, 'ptBR', 'Bate-rango da CervaFest', 45338), +(6137, 'ruRU', '"Сарделирий" Хмельного фестиваля', 45338), +(6137, 'zhCN', '美酒节大胃王比赛', 45338), +(6137, 'zhTW', '啤酒節大胃王比賽', 45338); diff --git a/sql/updates/world/master/2022_10_05_02_world.sql b/sql/updates/world/master/2022_10_05_02_world.sql new file mode 100644 index 000000000..bf12d1830 --- /dev/null +++ b/sql/updates/world/master/2022_10_05_02_world.sql @@ -0,0 +1,1544 @@ +SET @CGUID := 850277; +SET @OGUID := 500934; + +-- Areatrigger templates +DELETE FROM `areatrigger_template` WHERE (`Id`=5379 AND `IsServerSide`=0); +INSERT INTO `areatrigger_template` (`Id`, `IsServerSide`, `Type`, `Flags`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `VerifiedBuild`) VALUES +(5379, 0, 0, 4, 8, 8, 0, 0, 0, 0, 0, 0, 45745); + +DELETE FROM `areatrigger_create_properties` WHERE `Id`=1342; +INSERT INTO `areatrigger_create_properties` (`Id`, `AreaTriggerId`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `VerifiedBuild`) VALUES +(1342, 5379, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 45745); -- SpellId : 302192 + +-- Creature templates +UPDATE `creature_template` SET `gossip_menu_id`=8988 WHERE `entry`=19148; -- Dwarf Commoner +UPDATE `creature_template` SET `gossip_menu_id`=8988 WHERE `entry`=19172; -- Gnome Commoner +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23481; -- Keiran Donoghue +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23486; -- Goldark Snipehunter +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23487; -- Wild Wolpertinger +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23488; -- Brewfest Crowd +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24364; -- Flynn Firebrew +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23521; -- Anne Summers +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23522; -- Arlen Lochlan +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23558; -- Neill Ramstein +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23627; -- Becan Barleybrew +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23628; -- Daran Thunderbrew +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23683; -- Maeve Barleybrew +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23684; -- Ita Thunderbrew +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23685; -- Gordok Brew Barker +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23696; -- Gordok Brew Chief +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23710; -- Belbi Quikswitch +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24108; -- Self-Turning and Oscillating Utility Target +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24463; -- Swift Racing Ram +UPDATE `creature_template` SET `gossip_menu_id`=8958, `minlevel`=60, `maxlevel`=60 WHERE `entry`=24468; -- Pol Amberstill +UPDATE `creature_template` SET `gossip_menu_id`=8994, `minlevel`=60, `maxlevel`=60 WHERE `entry`=24710; -- Ipfelkofer Ironkeg +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `flags_extra`=`flags_extra`|128 WHERE `entry`=24766; -- [DND] Brewfest Face Me Bunny +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=27215; -- Boxey Boltspinner +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=73913; -- Brewmaster Tsing +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=152643; -- Despawn Bunny +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=152829; -- Arcti +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=152849; -- Vinter Tysiel +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=152871; -- Brewer Gerrat +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=152941; -- Verra Fireblood +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153029; -- Lucky Sachi +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153030; -- Haru +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153054; -- Racing Ram +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153146; -- Su Li +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153166; -- Sobrietus +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `RangeAttackTime`=0, `unit_flags3`=16777216 WHERE `entry`=153198; -- Chowdown Participant's Seat +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216 WHERE `entry`=153227; -- Chowdown Participant's Platter +UPDATE `creature_template` SET `gossip_menu_id`=24211 WHERE `entry`=153574; -- Britta Steinheart +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=154003; -- Melanie Charles +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `faction`=55, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=154012; -- Ragnar Thunderbrew +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `faction`=55, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=154013; -- Marleth Barleybrew +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=154078; -- Brewfest Crowd +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=154086; -- Keg Tap +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=154463; -- Mischevious Alemental +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=154477; -- Event Controller +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=154508; -- Alemental Controller +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=154605; -- Dark Iron Controller +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=154632; -- Direbrew Invader +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags`=768 WHERE `entry`=154729; -- Hozen Raider +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=154730; -- Hozen Controller +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=154745; -- Hozen Flyer +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216, `flags_extra`=`flags_extra`|128 WHERE `entry`=154765; -- Hozen Bunny +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216 WHERE `entry`=155303; -- Apple Bucket +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=155345; -- [DNT] Brewfest Music +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=155602; -- Hozen Raider +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry` IN (153098, 153101, 153102, 153104, 153159, 153160, 153161, 153162); -- Brewfest Reveler + +DELETE FROM `creature_template_addon` WHERE `entry` IN (19148, 19172, 73913, 152643, 152829, 152849, 152871, 152941, 153029, 153030, 153054, 153098, 153101, 153102, 153104, 153146, 153159, 153160, 153161, 153162, 153166, 153198, 153227, 153574, 153931, 154003, 154012, 154013, 154078, 154086, 154463, 154477, 154508, 154605, 154632, 154729, 154730, 154745, 154765, 155303, 155345, 155345, 155602); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(19148, 0, 0, 0, 257, 0, 0, 0, 0, 0, '33209 33207 33208'), -- Aura 65511 - Gossip NPC Appearance (only during Brewfest) +(19172, 0, 0, 0, 257, 0, 0, 0, 0, 0, '33209 33207 33208'), -- Aura 65511 - Gossip NPC Appearance (only during Brewfest) +(73913, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 73913 (Brewmaster Tsing) +(152643, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 152643 (Despawn Bunny) - Aura 182641 - Game Object Despawn Periodic (deleted until we know what it should affect) +(152829, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 152829 (Arcti) +(152849, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 152849 (Vinter Tysiel) +(152871, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 152871 (Brewer Gerrat) +(152941, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 152941 (Verra Fireblood) +(153029, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153029 (Lucky Sachi) +(153030, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153030 (Haru) +(153054, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153054 (Racing Ram) +(153098, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153098 (Brewfest Reveler) +(153101, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153101 (Brewfest Reveler) +(153102, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153102 (Brewfest Reveler) +(153104, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153104 (Brewfest Reveler) +(153146, 0, 0, 0, 1, 0, 0, 0, 0, 0, '297197'), -- 153146 (Su Li) +(153159, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153159 (Brewfest Reveler) +(153160, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153160 (Brewfest Reveler) +(153161, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153161 (Brewfest Reveler) +(153162, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153162 (Brewfest Reveler) +(153166, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153166 (Sobrietus) +(153198, 0, 0, 0, 1, 0, 0, 0, 0, 0, '297978'), -- 153198 (Chowdown Participant's Seat) - [DNT] Seat Preparation +(153227, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153227 (Chowdown Participant's Platter) - Ride Vehicle Hardcoded +(153574, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153574 (Britta Steinheart) - [DNT] Chowdown Organizer +(153931, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153931 (Brewfest Reveler) +(154003, 0, 0, 0, 1, 0, 0, 0, 0, 0, '299038'), -- 154003 (Melanie Charles) - Serving Platter +(154012, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154012 (Ragnar Thunderbrew) +(154013, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154013 (Marleth Barleybrew) +(154078, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154078 (Brewfest Crowd) +(154086, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154086 (Keg Tap) +(154463, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154463 (Mischevious Alemental) +(154477, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154477 (Event Controller) +(154508, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154508 (Alemental Controller) +(154605, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154605 (Dark Iron Controller) +(154632, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154632 (Direbrew Invader) +(154729, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154729 (Hozen Raider) +(154730, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154730 (Hozen Controller) +(154745, 0, 0, 50331648, 1, 0, 0, 0, 0, 0, ''), -- 154745 (Hozen Flyer) +(154765, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154765 (Hozen Bunny) +(155303, 0, 0, 0, 1, 0, 0, 0, 0, 4, '302192'), -- 155303 (Apple Bucket) +(155345, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 155345 ([DNT] Brewfest Music) +(155602, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''); -- 155602 (Hozen Raider) + +UPDATE `creature_template_addon` SET `bytes1`=65536, `auras`='39707 29920' WHERE `entry`=23487; -- 23487 (Wild Wolpertinger) +UPDATE `creature_template_addon` SET `auras`='268057' WHERE `entry`=23521; -- 23521 (Anne Summers) - Cradle Basket +UPDATE `creature_template_addon` SET `auras`='281819' WHERE `entry`=23627; -- 23627 (Becan Barleybrew) - Bar Tend Stand +UPDATE `creature_template_addon` SET `auras`='281819' WHERE `entry`=23628; -- 23628 (Daran Thunderbrew) - Bar Tend Stand + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (23488, 152643, 153198, 153227, 154078, 154086, 154477, 154508, 154605, 154730, 154745, 154765, 155303, 155345); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(23488, 0, 0, 1, 0, 0, 0, NULL), +(152643, 0, 0, 1, 1, 0, 0, NULL), +(153198, 0, 0, 1, 1, 0, 0, NULL), +(153227, 0, 0, 1, 1, 0, 0, NULL), +(154078, 0, 0, 1, 1, 0, 0, NULL), +(154086, 0, 0, 1, 1, 0, 0, NULL), +(154477, 0, 0, 1, 1, 0, 0, NULL), +(154508, 0, 0, 1, 1, 0, 0, NULL), +(154605, 0, 0, 1, 1, 0, 0, NULL), +(154730, 0, 0, 1, 1, 0, 0, NULL), +(154745, 0, 0, 1, 0, 0, 0, NULL), +(154765, 0, 0, 1, 1, 0, 0, NULL), +(155303, 0, 0, 1, 1, 0, 0, NULL), +(155345, 0, 0, 1, 1, 0, 0, NULL); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (153198, 154729, 154745, 155602); +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(153198, 105080, 1, 0), +(154729, 300956, 1, 0), +(154745, 300956, 1, 0), +(155602, 300956, 1, 0); + +-- Vehicle data +DELETE FROM `vehicle_template_accessory` WHERE `entry`=154765; +INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES +(154765, 154729, 0, 0, 'Hozen Bunny - Hozen Raider', 8, 0); -- Hozen Bunny - Hozen Raider + +DELETE FROM `vehicle_seat_addon` WHERE `SeatEntry`=20613; +INSERT INTO `vehicle_seat_addon` (`SeatEntry`, `SeatOrientation`, `ExitParamX`, `ExitParamY`, `ExitParamZ`, `ExitParamO`, `ExitParamValue`) VALUES +(20613, 0, 2.928, 0, 0, 0, 1); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=154765; +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(154765, 46598, 0, 0); + +DELETE FROM `creature_template_spell` WHERE `CreatureID`=153198; +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES +(153198, 2, 303242, 45745), -- Chowdown Participant's Seat +(153198, 1, 303241, 45745), -- Chowdown Participant's Seat +(153198, 0, 303240, 45745); -- Chowdown Participant's Seat + +-- Gossips +DELETE FROM `gossip_menu` WHERE `MenuID` IN (24211, 24308); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(24211, 37918, 45745), -- 153574 (Britta Steinheart) +(24308, 38124, 45745); -- 153574 (Britta Steinheart) + +UPDATE `gossip_menu` SET `VerifiedBuild`=45745 WHERE `MenuID`=8988 AND `TextID`=12134; + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=24211; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextId`, `OptionNpcFlag`, `Language`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(24211, 0, 0, 'How do I play?', 176229, 1, 0, 24308, 0, 0, 0, NULL, 0, 45745), +(24211, 1, 1, 'I would like to retrieve my trophy.', 177504, 128, 0, 0, 0, 0, 0, NULL, 0, 45745); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=8958 AND `OptionID`=6; +UPDATE `gossip_menu_option` SET `ActionPoiID`=0 WHERE `MenuID`=8783 AND `OptionID`=1; +UPDATE `gossip_menu_option` SET `VerifiedBuild`=45745 WHERE `MenuID` IN (8783, 8955, 8958, 8959, 8960, 8961, 8962, 8963, 9006, 9561, 10604); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=8988 AND `SourceEntry`=12134; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (8958, 8960, 9006); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,8988,12134,0,0,12,0,24,0,0,0,0,0,'','Show gossip text if event "Brewfest" is active'), +(15,9006,0,0,0,2,0,46735,1,1,1,0,0,'','Show gossip option if the player does not have the item 46735'); + +-- Equipments +DELETE FROM `creature_equip_template` WHERE (`CreatureID`=153102 AND `ID`=6) OR (`CreatureID`=153162 AND `ID`=5) OR (`CreatureID`=153161 AND `ID`=4) OR (`ID`=1 AND `CreatureID` IN (154013,154012)) OR (`ID`=4 AND `CreatureID`=153101); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES +(154012, 1, 168670, 0, 0, 0, 0, 0, 0, 0, 0, 45745), -- Ragnar Thunderbrew +(154013, 1, 168670, 0, 0, 0, 0, 0, 0, 0, 0, 45745), -- Marleth Barleybrew +(153101, 4, 37059, 0, 0, 0, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler +(153102, 6, 159383, 0, 0, 0, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler +(153161, 4, 37059, 0, 0, 0, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler +(153162, 5, 46733, 0, 0, 0, 0, 0, 0, 0, 0, 45745); -- Brewfest Reveler + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE `DifficultyID`=0 AND `Entry` IN (24364, 23481, 23486, 23487, 23488, 23521, 23522, 23558, 23627, 23628, 23683, 23684, 23685, 23696, 23710, 24108, 24463, 24468, 24710, 24766, 27215, 73913, 152829, 152849, 152871, 152941, 153029, 153030, 153054, 153098, 153101, 153102, 153104, 153146, 153159, 153160, 153161, 153162, 153166, 153198, 153227, 153574, 154003, 154012, 154013, 154078, 154086, 154463, 154477, 154508, 154605, 154632, 154729, 154730, 154745, 154765, 155303, 155602); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(24364, 0, 0, 0, 298, 45745), +(23481, 0, 0, 0, 298, 45745), +(23486, 0, 0, 0, 298, 45745), +(23487, 0, 0, 0, 298, 45745), +(23488, 0, 0, 0, 298, 45745), +(23521, 0, 0, 0, 298, 45745), +(23522, 0, 0, 0, 298, 45745), +(23558, 0, 0, 0, 298, 45745), +(23627, 0, 0, 0, 298, 45745), +(23628, 0, 0, 0, 298, 45745), +(23683, 0, 0, 0, 298, 45745), +(23684, 0, 0, 0, 298, 45745), +(23685, 0, 0, 0, 298, 45745), +(23696, 0, 0, 0, 298, 45745), +(23710, 0, 0, 0, 298, 45745), +(24108, 0, 0, 0, 298, 45745), +(24463, 0, 0, 0, 872, 45745), +(24468, 0, 0, 0, 298, 45745), +(24710, 0, 0, 0, 298, 45745), +(24766, 0, 0, 0, 298, 45745), +(27215, 0, 0, 0, 298, 45745), +(73913, 0, 0, 0, 298, 45745), +(152829, 0, 0, 0, 298, 45745), +(152849, 0, 0, 0, 298, 45745), +(152871, 0, 0, 0, 298, 45745), +(152941, 0, 0, 0, 298, 45745), +(153029, 0, 0, 0, 298, 45745), +(153030, 0, 0, 0, 298, 45745), +(153054, 0, 0, 0, 298, 45745), +(153098, 0, 0, 0, 298, 45745), +(153101, 0, 0, 0, 298, 45745), +(153102, 0, 0, 0, 298, 45745), +(153104, 0, 0, 0, 298, 45745), +(153146, 0, 0, 0, 298, 45745), +(153159, 0, 0, 0, 298, 45745), +(153160, 0, 0, 0, 298, 45745), +(153161, 0, 0, 0, 298, 45745), +(153162, 0, 0, 0, 298, 45745), +(153166, 0, 0, 0, 298, 45745), +(153198, 0, 0, 0, 2068, 45745), +(153227, 0, 0, 0, 298, 45745), +(153574, 0, 0, 0, 298, 45745), +(154003, 0, 0, 0, 298, 45745), +(154012, 0, 0, 0, 298, 45745), +(154013, 0, 0, 0, 298, 45745), +(154078, 0, 0, 0, 298, 45745), +(154086, 0, 0, 0, 298, 45745), +(154463, 0, 0, 0, 298, 45745), +(154477, 0, 0, 0, 298, 45745), +(154508, 0, 0, 0, 298, 45745), +(154605, 0, 0, 0, 298, 45745), +(154632, 0, 0, 0, 2068, 45745), +(154729, 0, 0, 0, 2068, 45745), +(154730, 0, 0, 0, 298, 45745), +(154745, 0, 0, 0, 2068, 45745), +(154765, 0, 0, 0, 298, 45745), +(155303, 0, 0, 0, 298, 45745), +(155602, 0, 0, 0, 2068, 45745); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=45745 WHERE (`DifficultyID`=0 AND `Entry` IN (41182,41175,41188,41189,6119,12427,43701,41335,2878,6328,1252,5612,40950,47396,1269,1378,1377,40951,1692,1231,1273,1238,1373,1241,1240,1375,1229,9980,1234,1374,2326,1267,1699,1247,1691,1232,1226,6806,1228,11941,43464,1872,63075,63074,1245,43224,1690,41181,40994,41056,42933,40939,40941,12996,14552,1268,5568,32639,32638,23511,41122,41121,61689,152643,727,23482,23510,1125,41478,61690,122323,52335,6181,155345,153931,14367,1959,11146,6031,4259,16013,50309,50308,1573,2092,5150,5138,5137,5605,5140,5570,8517,2695,6114,10090,34991,7298,5116,5115,5113,5117,9984,35007,1901,5114,31146,7976,5119,5120,5124,5121,153285,5129,5126,5125,2790,51495,6175,5049,5130,5101,5100,5132,1274,8879,52321,51596,5099,5103,5102,2461,19148,8720,9859,53568,8671,2460,40441,7292,49748,5109,5108,13843,5107,5106,5110,89830,27478,14183,62425,5112,5111,29141,118889,2918,34281,42147,42146,42129,51978,51976,42928,14363,5128,5127,42131,1466,6291,121541,5152,5133,5149,5148,5147,5141,6178,5143,2489,5142,50717,50720,50716,5146,5145,7978,5151,5144,8507,7312,11406,6179,175411,175410,175412,5153,8681,6826,5154,5155,5156,1703,5163,6120,10455,5170,5162,5161,53544,10456,10277,10276,42152,11145,4258,50732,5172,2943,5173,2786,15186,50729,50723,5167,5171,2737,5165,6382,97762,7936,4254,5166,5169,52586,3842,52584,4256,9099,23127,35073,61317,8256,6294,39718,2916,1356,3979,5637,5387,62822,62821,9616,5160,5159,48972,51383,14365,19172,6169,175403,7950,7944,5178,5177,5175,4081,5174,10877,47582,5123,5122,5158,5157,96490,1246,6569,30733,5569,5595,30717,11065,24110,48935,11029,11028)); + +-- Models +UPDATE `creature_template_model` SET `VerifiedBuild`=45745 WHERE (`Idx`=0 AND `CreatureID` IN (9980,106283,153227,153098,122323,175411,2786,97762,5159,5178,5177,7944,27215,153159,7298,5113,5114,53568,13843,5152,5148,11406,52586,4254,9099,5123,1252,12996,61689,23684,11146,2092,8671,5127,50720,8507,6826,50723,5637,14365,11028,5595,1269,1228,40939,24364,153166,23710,14367,50309,34991,5049,7292,5112,34281,1466,5141,50717,6120,5172,23127,5387,51383,11029,96490,48935,41175,1267,1690,153162,153029,24108,152849,154003,5140,9984,153285,2790,5132,1274,2461,19148,27478,42147,42146,2489,175412,2943,4256,5160,6569,6119,41335,1375,1232,73913,24463,153574,154086,16013,5124,5126,14183,118889,51978,6179,5156,10277,62822,5122,19172,43701,6328,1377,1374,6806,63074,40941,14552,132969,153160,153030,153104,24710,5108,42131,6178,5143,5146,5144,5154,53544,2737,35073,5158,24110,41188,40950,1247,63075,174170,23511,23488,154078,61690,155303,155345,153931,50308,2695,5121,9859,5106,5111,2918,51976,5151,10455,4258,6382,7936,47582,175403,40951,1273,1240,1699,40994,41056,42933,32639,16085,23521,24766,23628,5137,5570,35007,51495,5100,52321,5099,5128,6291,7978,5163,5170,50729,5169,62821,6169,1246,1238,153146,41121,23481,152643,153101,1959,5150,5138,1901,31146,5130,5102,49748,121541,11145,50732,2916,3979,9616,5175,5157,1378,1231,1241,1229,2326,43464,41122,154477,1125,6031,7976,8720,5107,8681,5155,5166,7950,41182,41189,12427,1373,1226,23696,24468,152829,23683,23510,4259,1573,8517,5119,6175,8879,5109,175410,10456,5167,39718,48972,59979,30733,5612,153198,153161,23482,152941,128396,5605,5115,5117,2460,89830,42129,42928,10276,5173,5171,1356,5569,11065,2878,47396,1234,11941,1245,5568,1268,23685,23522,10090,5120,5101,51596,40441,62425,29141,5147,50716,1703,5165,52584,10877,4081,1692,727,153102,41478,6181,5116,5125,5103,5110,5149,5142,5145,7312,5153,5162,15186,165189,5174,175155,1691,43224,1872,41181,32638,153054,23486,23558,23627,152871,52335,6114,5129,14363,5133,5161,42152,3842,61317,8256,6294,30717)) OR (`Idx`=3 AND `CreatureID` IN (153098,153159,5595,51383,153162,41335,153160,153104,153931,153101,153161,89830,5568,153102,41181)) OR (`Idx`=2 AND `CreatureID` IN (153098,153159,53568,5595,51383,41175,153162,42147,41335,153160,153104,153931,153101,41182,59979,153161,89830,5568,153102,43224,41181)) OR (`Idx`=1 AND `CreatureID` IN (153098,122323,153159,53568,12996,5595,40939,34281,51383,41175,153162,19148,42147,41335,154086,19172,40941,153160,153104,24110,41188,23488,154078,155303,155345,153931,24766,41121,152643,153101,41122,154477,41182,41189,48972,59979,153161,89830,5568,727,153102,43224,41181,42152,61317)) OR (`Idx`=7 AND `CreatureID` IN (5595,51383)) OR (`Idx`=6 AND `CreatureID` IN (5595,51383)) OR (`Idx`=5 AND `CreatureID` IN (5595,51383)) OR (`Idx`=4 AND `CreatureID` IN (5595,51383)); + +UPDATE `creature_model_info` SET `VerifiedBuild`=45745 WHERE `DisplayID` IN (32334, 3762, 3837, 1801, 32336, 22769, 4864, 12474, 32403, 31934, 5040, 5042, 1376, 3607, 32194, 35581, 3440, 5105, 5106, 1786, 1811, 3414, 3558, 3417, 3420, 3438, 3422, 3425, 3405, 3431, 9253, 3436, 3398, 3433, 1684, 3435, 3434, 3430, 1622, 3429, 5525, 10215, 11899, 33381, 33279, 3415, 30586, 328, 3513, 33278, 1608, 3427, 1782, 32240, 381, 1785, 32193, 33141, 950, 14376, 22449, 3441, 28282, 28111, 21859, 91758, 51672, 21861, 21860, 22628, 27499, 27498, 27494, 42203, 22631, 22630, 91664, 91663, 91738, 21863, 22162, 22390, 91752, 91615, 21574, 24419, 22603, 91772, 91843, 1598, 22454, 22455, 91737, 91954, 22384, 22385, 21849, 91750, 21853, 91614, 91744, 91732, 21836, 22394, 22450, 16925, 91751, 21837, 91653, 21844, 91731, 21847, 21701, 22396, 91747, 91620, 91745, 22451, 607, 604, 92423, 37844, 4893, 43152, 91742, 21842, 21843, 91733, 91746, 21845, 304, 14405, 1891, 10694, 4950, 3098, 15965, 37017, 37018, 3007, 3600, 3068, 3064, 3063, 3591, 3065, 3458, 7598, 1670, 4995, 9338, 29512, 6062, 3072, 3056, 3054, 3073, 9258, 29520, 3053, 3055, 27510, 7120, 3075, 3057, 3078, 3076, 28048, 37350, 3106, 3080, 3079, 5410, 37401, 4889, 2999, 3081, 3041, 3040, 3107, 1655, 8171, 37836, 37514, 3039, 3043, 3042, 3038, 21848, 21846, 7989, 9131, 26184, 7990, 3037, 31847, 6588, 36597, 3050, 3049, 13850, 3045, 3044, 3046, 24982, 22397, 14235, 42481, 3051, 3047, 25955, 99840, 74943, 3598, 8755, 9289, 8826, 32680, 99842, 37695, 37693, 99841, 33140, 14396, 3105, 3104, 32681, 10620, 4986, 27823, 3110, 3082, 3087, 3088, 3089, 3086, 4891, 3085, 10548, 3066, 36936, 36934, 36937, 3109, 10214, 7119, 3119, 3108, 7805, 6072, 11053, 4892, 99617, 3091, 7951, 5647, 3069, 3070, 3071, 10629, 3112, 4865, 9818, 3103, 3121, 3096, 15395, 9821, 9740, 9741, 10693, 3097, 36940, 3116, 7916, 3122, 3599, 15369, 36941, 36938, 3113, 3115, 9817, 3101, 5085, 65406, 7003, 3092, 3100, 3114, 37957, 1935, 37956, 3093, 99838, 8353, 21265, 29573, 7769, 4988, 35687, 3595, 3594, 2049, 3756, 3596, 36357, 42722, 42720, 8829, 3095, 3094, 4959, 3526, 77915, 99839, 37351, 14404, 99837, 21851, 21850, 4999, 99600, 7041, 7028, 3125, 3124, 3118, 2184, 3117, 10184, 35706, 99836, 5408, 3077, 3120, 3111, 64921, 10635, 3525, 5377, 3524, 27298, 3457, 3527, 27274, 10588, 11686, 36342, 10722, 10571); +UPDATE `creature_model_info` SET `BoundingRadius`=0.305999994277954101, `CombatReach`=1.5, `VerifiedBuild`=45745 WHERE `DisplayID`=6926; +UPDATE `creature_model_info` SET `BoundingRadius`=0.292084097862243652, `VerifiedBuild`=45745 WHERE `DisplayID`=85209; +UPDATE `creature_model_info` SET `BoundingRadius`=0.89310389757156372, `CombatReach`=0.75, `VerifiedBuild`=45745 WHERE `DisplayID`=88619; +UPDATE `creature_model_info` SET `BoundingRadius`=0.166421771049499511, `CombatReach`=0.60000002384185791, `VerifiedBuild`=45745 WHERE `DisplayID`=5554; +UPDATE `creature_model_info` SET `BoundingRadius`=0.199706122279167175, `CombatReach`=0.719999969005584716, `VerifiedBuild`=45745 WHERE `DisplayID`=88407; + +-- Vendor Data +DELETE FROM `npc_vendor` WHERE (`entry`=153166 AND `item`=159 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=154003 AND `item`=34065 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=154003 AND `item`=33043 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152941 AND `item`=163143 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152941 AND `item`=169436 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152941 AND `item`=170202 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152941 AND `item`=169439 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152871 AND `item`=163019 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152871 AND `item`=163103 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152871 AND `item`=162560 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152871 AND `item`=169397 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105704 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105707 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105703 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105708 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105706 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105700 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105701 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105711 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105705 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73913 AND `item`=105702 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105704 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105707 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105703 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105708 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105706 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105700 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105701 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105711 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105705 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153146 AND `item`=105702 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=82451 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=82450 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23481 AND `item`=138884 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23481 AND `item`=138900 AND `ExtendedCost`=2275 AND `type`=1) OR (`entry`=23710 AND `item`=37736 AND `ExtendedCost`=2397 AND `type`=1) OR (`entry`=23710 AND `item`=187998 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=23710 AND `item`=167732 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=23710 AND `item`=151615 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=23710 AND `item`=122341 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=23710 AND `item`=122339 AND `ExtendedCost`=5794 AND `type`=1) OR (`entry`=23710 AND `item`=166747 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=23710 AND `item`=138730 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=23710 AND `item`=116758 AND `ExtendedCost`=2275 AND `type`=1) OR (`entry`=23710 AND `item`=116757 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=23710 AND `item`=116756 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=23710 AND `item`=90427 AND `ExtendedCost`=2275 AND `type`=1) OR (`entry`=23710 AND `item`=90426 AND `ExtendedCost`=2398 AND `type`=1) OR (`entry`=23710 AND `item`=39476 AND `ExtendedCost`=2424 AND `type`=1) OR (`entry`=23710 AND `item`=37571 AND `ExtendedCost`=2397 AND `type`=1) OR (`entry`=23710 AND `item`=168915 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=23710 AND `item`=169461 AND `ExtendedCost`=6597 AND `type`=1) OR (`entry`=23710 AND `item`=169448 AND `ExtendedCost`=6582 AND `type`=1) OR (`entry`=152849 AND `item`=128833 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152849 AND `item`=151774 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152849 AND `item`=168607 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152849 AND `item`=2723 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152849 AND `item`=63299 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153574 AND `item`=169865 AND `ExtendedCost`=6619 AND `type`=1) OR (`entry`=152829 AND `item`=169443 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152829 AND `item`=169442 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152829 AND `item`=169441 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153030 AND `item`=104344 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153030 AND `item`=104348 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153030 AND `item`=81414 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153030 AND `item`=104343 AND `ExtendedCost`=0 AND `type`=1); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(23481, 2, 138884, 0, 0, 1, 0, 0, 45745), -- Throwing Sausage +(23481, 1, 138900, 0, 2275, 1, 0, 0, 45745), -- Gravil Goldbraid's Famous Sausage Hat +(23522, 14, 82451, 0, 0, 1, 0, 0, 45745), -- Frybread +(23522, 13, 82450, 0, 0, 1, 0, 0, 45745), -- Cornmeal Biscuit +(23710, 33, 187998, 0, 5795, 1, 0, 0, 45745), -- Eternal Heirloom Scabbard +(23710, 32, 167732, 0, 5795, 1, 0, 0, 45745), -- Battle-Hardened Heirloom Scabbard +(23710, 31, 151615, 0, 5795, 1, 0, 0, 45745), -- Weathered Heirloom Scabbard +(23710, 30, 122341, 0, 5795, 1, 0, 0, 45745), -- Timeworn Heirloom Scabbard +(23710, 29, 122339, 0, 5794, 1, 0, 0, 45745), -- Ancient Heirloom Scabbard +(23710, 28, 166747, 0, 2276, 1, 0, 0, 45745), -- Brewfest Reveler's Hearthstone +(23710, 27, 138730, 0, 2276, 1, 0, 0, 45745), -- Synthebrew Goggles XL +(23710, 25, 116758, 0, 2275, 1, 0, 0, 45745), -- Brewfest Banner +(23710, 24, 116757, 0, 2276, 1, 0, 0, 45745), -- Steamworks Sausage Grill +(23710, 21, 116756, 0, 2276, 1, 0, 0, 45745), -- Stout Alemental +(23710, 16, 90427, 0, 2275, 1, 0, 0, 45745), -- Pandaren Brewpack +(23710, 15, 90426, 0, 2398, 1, 0, 0, 45745), -- Brewhelm +(23710, 14, 39476, 0, 2424, 1, 0, 0, 45745), -- Fresh Goblin Brewfest Hops +(23710, 12, 37571, 0, 2397, 1, 0, 0, 45745), -- "Brew of the Month" Club Membership Form +(23710, 11, 168915, 0, 2276, 1, 0, 0, 45745), -- Tabard of Brew +(23710, 10, 169461, 0, 6597, 1, 0, 0, 45745), -- Garland of Grain +(23710, 1, 169448, 0, 6582, 1, 0, 0, 45745), -- Bottomless Brewfest Stein +(73913, 10, 105704, 0, 0, 1, 0, 0, 45745), -- Yan-Zhu's Blazing Brew +(73913, 9, 105707, 0, 0, 1, 0, 0, 45745), -- Unga Brew +(73913, 8, 105703, 0, 0, 1, 0, 0, 45745), -- Stormstout Brew +(73913, 7, 105708, 0, 0, 1, 0, 0, 45745), -- Shimmering Amber-Brew +(73913, 6, 105706, 0, 0, 1, 0, 0, 45745), -- Shado-Pan Brew +(73913, 5, 105700, 0, 0, 1, 0, 0, 45745), -- Kun-Lai Kicker +(73913, 4, 105701, 0, 0, 1, 0, 0, 45745), -- Greenstone Brew +(73913, 3, 105711, 0, 0, 1, 0, 0, 45745), -- Funky Monkey Brew +(73913, 2, 105705, 0, 0, 1, 0, 0, 45745), -- Chani's Bitter Brew +(73913, 1, 105702, 0, 0, 1, 0, 0, 45745), -- Boomer Brew +(152829, 3, 169443, 0, 0, 1, 0, 0, 45745), -- Shadowmoon Schnapps +(152829, 2, 169442, 0, 0, 1, 0, 0, 45745), -- Exodar Martini +(152829, 1, 169441, 0, 0, 1, 0, 0, 45745), -- Azuremyst Mead +(152849, 5, 128833, 0, 0, 1, 0, 0, 45745), -- Kaldorei Ginger Wine +(152849, 4, 151774, 0, 0, 1, 0, 0, 45745), -- Distilled Voidblend +(152849, 3, 168607, 0, 0, 1, 0, 0, 45745), -- Bottle of Voidwine +(152849, 2, 2723, 0, 0, 1, 0, 0, 45745), -- Bottle of Dalaran Noir +(152849, 1, 63299, 0, 0, 1, 0, 0, 45745), -- Sunkissed Wine +(152871, 4, 163019, 0, 0, 1, 0, 0, 45745), -- Drop Anchor Dunkel +(152871, 3, 163103, 0, 0, 1, 0, 0, 45745), -- Admiralty-Issued Grog +(152871, 2, 162560, 0, 0, 1, 0, 0, 45745), -- Patina Pale Ale +(152871, 1, 169397, 0, 0, 1, 0, 0, 45745), -- Admiralty Ale +(152941, 4, 163143, 0, 0, 1, 0, 0, 45745), -- The Burning Black Beverage +(152941, 3, 169436, 0, 0, 1, 0, 0, 45745), -- Fireblood Stout +(152941, 2, 170202, 0, 0, 1, 0, 0, 45745), -- Shwayderbrau +(152941, 1, 169439, 0, 0, 1, 0, 0, 45745), -- Dark Iron Ale +(153030, 4, 104344, 0, 0, 1, 0, 0, 45745), -- Lucky Mushroom Noodles +(153030, 3, 104348, 0, 0, 1, 0, 0, 45745), -- Timeless Tea +(153030, 2, 81414, 0, 0, 1, 0, 0, 45745), -- Pearl Milk Tea +(153030, 1, 104343, 0, 0, 1, 0, 0, 45745), -- Golden Dragon Noodles +(153146, 10, 105704, 0, 0, 1, 0, 0, 45745), -- Yan-Zhu's Blazing Brew +(153146, 9, 105707, 0, 0, 1, 0, 0, 45745), -- Unga Brew +(153146, 8, 105703, 0, 0, 1, 0, 0, 45745), -- Stormstout Brew +(153146, 7, 105708, 0, 0, 1, 0, 0, 45745), -- Shimmering Amber-Brew +(153146, 6, 105706, 0, 0, 1, 0, 0, 45745), -- Shado-Pan Brew +(153146, 5, 105700, 0, 0, 1, 0, 0, 45745), -- Kun-Lai Kicker +(153146, 4, 105701, 0, 0, 1, 0, 0, 45745), -- Greenstone Brew +(153146, 3, 105711, 0, 0, 1, 0, 0, 45745), -- Funky Monkey Brew +(153146, 2, 105705, 0, 0, 1, 0, 0, 45745), -- Chani's Bitter Brew +(153146, 1, 105702, 0, 0, 1, 0, 0, 45745), -- Boomer Brew +(153166, 1, 159, 0, 0, 1, 0, 0, 45745), -- Refreshing Spring Water +(153574, 1, 169865, 0, 6619, 1, 0, 0, 45745), -- Brewfest Chowdown Trophy +(154003, 2, 34065, 0, 0, 1, 0, 0, 45745), -- Spiced Onion Cheese +(154003, 1, 33043, 0, 0, 1, 0, 0, 45745); -- The Essential Brewfest Pretzel + +UPDATE `npc_vendor` SET `VerifiedBuild`=45745 WHERE (`entry`=23522 AND `item`=58261 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=58260 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=35950 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=33449 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=27855 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=8950 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=4601 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=4544 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=4542 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=4541 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=4540 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23522 AND `item`=33043 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23482 AND `item`=138867 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23482 AND `item`=46400 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23482 AND `item`=33029 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23482 AND `item`=33028 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23482 AND `item`=33030 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23510 AND `item`=138868 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23510 AND `item`=138871 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23510 AND `item`=46399 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23510 AND `item`=33033 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23510 AND `item`=33032 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23510 AND `item`=33031 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23511 AND `item`=138869 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23511 AND `item`=46403 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23511 AND `item`=33036 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23511 AND `item`=33035 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23511 AND `item`=33034 AND `ExtendedCost`=0 AND `type`=1); +UPDATE `npc_vendor` SET `slot`=16, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=29451 AND `ExtendedCost`=0 AND `type`=1); -- Clefthoof Ribs +UPDATE `npc_vendor` SET `slot`=15, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=27854 AND `ExtendedCost`=0 AND `type`=1); -- Smoked Talbuk Venison +UPDATE `npc_vendor` SET `slot`=14, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=8952 AND `ExtendedCost`=0 AND `type`=1); -- Roasted Quail +UPDATE `npc_vendor` SET `slot`=13, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=4599 AND `ExtendedCost`=0 AND `type`=1); -- Cured Ham Steak +UPDATE `npc_vendor` SET `slot`=12, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=3771 AND `ExtendedCost`=0 AND `type`=1); -- Wild Hog Shank +UPDATE `npc_vendor` SET `slot`=11, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=3770 AND `ExtendedCost`=0 AND `type`=1); -- Mutton Chop +UPDATE `npc_vendor` SET `slot`=10, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=2287 AND `ExtendedCost`=0 AND `type`=1); -- Haunch of Meat +UPDATE `npc_vendor` SET `slot`=9, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=117 AND `ExtendedCost`=0 AND `type`=1); -- Tough Jerky +UPDATE `npc_vendor` SET `slot`=8, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=33026 AND `ExtendedCost`=0 AND `type`=1); -- The Golden Link +UPDATE `npc_vendor` SET `slot`=7, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=33025 AND `ExtendedCost`=0 AND `type`=1); -- Spicy Smoked Sausage +UPDATE `npc_vendor` SET `slot`=6, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=33024 AND `ExtendedCost`=0 AND `type`=1); -- Pickled Sausage +UPDATE `npc_vendor` SET `slot`=5, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=33023 AND `ExtendedCost`=0 AND `type`=1); -- Savory Sausage +UPDATE `npc_vendor` SET `slot`=4, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=34064 AND `ExtendedCost`=0 AND `type`=1); -- Succulent Sausage +UPDATE `npc_vendor` SET `slot`=3, `VerifiedBuild`=45745 WHERE (`entry`=23481 AND `item`=34063 AND `ExtendedCost`=0 AND `type`=1); -- Dried Sausage +UPDATE `npc_vendor` SET `slot`=9, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=29448 AND `ExtendedCost`=0 AND `type`=1); -- Mag'har Mild Cheese +UPDATE `npc_vendor` SET `slot`=8, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=27857 AND `ExtendedCost`=0 AND `type`=1); -- Garadar Sharp +UPDATE `npc_vendor` SET `slot`=7, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=8932 AND `ExtendedCost`=0 AND `type`=1); -- Alterac Swiss +UPDATE `npc_vendor` SET `slot`=6, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=3927 AND `ExtendedCost`=0 AND `type`=1); -- Fine Aged Cheddar +UPDATE `npc_vendor` SET `slot`=5, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=1707 AND `ExtendedCost`=0 AND `type`=1); -- Stormwind Brie +UPDATE `npc_vendor` SET `slot`=4, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=422 AND `ExtendedCost`=0 AND `type`=1); -- Dwarven Mild +UPDATE `npc_vendor` SET `slot`=3, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=414 AND `ExtendedCost`=0 AND `type`=1); -- Dalaran Sharp +UPDATE `npc_vendor` SET `slot`=2, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=2070 AND `ExtendedCost`=0 AND `type`=1); -- Darnassian Bleu +UPDATE `npc_vendor` SET `slot`=1, `VerifiedBuild`=45745 WHERE (`entry`=23521 AND `item`=34065 AND `ExtendedCost`=0 AND `type`=1); -- Spiced Onion Cheese +UPDATE `npc_vendor` SET `slot`=23, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=37816 AND `ExtendedCost`=2399 AND `type`=1); -- Preserved Brewfest Hops +UPDATE `npc_vendor` SET `slot`=22, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=37750 AND `ExtendedCost`=2398 AND `type`=1); -- Fresh Brewfest Hops +UPDATE `npc_vendor` SET `slot`=20, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=32233 AND `ExtendedCost`=2276 AND `type`=1); -- Wolpertinger's Tankard +UPDATE `npc_vendor` SET `slot`=19, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=46707 AND `ExtendedCost`=2275 AND `type`=1); -- Pint-Sized Pink Pachyderm +UPDATE `npc_vendor` SET `slot`=18, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33927 AND `ExtendedCost`=2275 AND `type`=1); -- Brewfest Pony Keg +UPDATE `npc_vendor` SET `slot`=17, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=71137 AND `ExtendedCost`=2276 AND `type`=1); -- Brewfest Keg Pony +UPDATE `npc_vendor` SET `slot`=13, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33047 AND `ExtendedCost`=2275 AND `type`=1); -- Belbi's Eyesight Enhancing Romance Goggles +UPDATE `npc_vendor` SET `slot`=9, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33868 AND `ExtendedCost`=2275 AND `type`=1); -- Brewfest Boots +UPDATE `npc_vendor` SET `slot`=8, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33862 AND `ExtendedCost`=2276 AND `type`=1); -- Brewfest Regalia +UPDATE `npc_vendor` SET `slot`=7, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33966 AND `ExtendedCost`=2275 AND `type`=1); -- Brewfest Slippers +UPDATE `npc_vendor` SET `slot`=6, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33863 AND `ExtendedCost`=2276 AND `type`=1); -- Brewfest Dress +UPDATE `npc_vendor` SET `slot`=5, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33969 AND `ExtendedCost`=2274 AND `type`=1); -- Purple Brewfest Hat +UPDATE `npc_vendor` SET `slot`=4, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33967 AND `ExtendedCost`=2274 AND `type`=1); -- Green Brewfest Hat +UPDATE `npc_vendor` SET `slot`=3, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33864 AND `ExtendedCost`=2274 AND `type`=1); -- Brown Brewfest Hat +UPDATE `npc_vendor` SET `slot`=2, `VerifiedBuild`=45745 WHERE (`entry`=23710 AND `item`=33968 AND `ExtendedCost`=2274 AND `type`=1); -- Blue Brewfest Hat + +-- Gameobject templates +DELETE FROM `gameobject_template` WHERE `entry` In (327669, 328413); +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `Data24`, `Data25`, `Data26`, `Data27`, `Data28`, `Data29`, `Data30`, `Data31`, `Data32`, `Data33`, `Data34`, `ContentTuningId`, `VerifiedBuild`) VALUES +(327669, 2, 11072, 'Contained Alemental', '', '', '', 1, 57, 23083, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 45745), -- Contained Alemental +(328413, 2, 11304, 'Hozen Totem', '', '', '', 1, 57, 23096, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 45745); -- Hozen Totem + +UPDATE `gameobject_template` SET `ContentTuningId`=339, `VerifiedBuild`=45745 WHERE `entry`=246194; -- Wine Glass +UPDATE `gameobject_template` SET `ContentTuningId`=298, `VerifiedBuild`=45745 WHERE `entry`=327681; -- Direbrew Mole Machine +UPDATE `gameobject_template` SET `ContentTuningId`=298, `VerifiedBuild`=45745 WHERE `entry`=328343; -- Direbrew Cog + +DELETE FROM `gameobject_template_addon` WHERE `entry` IN (259880, 326028, 326044, 326045, 326052, 326106, 326707, 326708, 326709, 326710, 326711, 326712, 326713, 326714, 326715, 327133, 327134, 327182, 327669, 327681, 328343, 328413); +INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES +(259880, 1375, 16, 0, 0), -- Collision Wall +(326028, 0, 32, 0, 0), -- Void Elf Tent +(326044, 0, 32, 0, 0), -- Kul Tiran Tent +(326045, 0, 8192, 0, 0), -- Kul Tiran Bar +(326052, 0, 32, 0, 13176), -- Mole Machine +(326106, 0, 32, 0, 0), -- Pandaren Noodle Cart +(326707, 0, 8192, 0, 0), -- Fence +(326708, 0, 8192, 0, 0), -- Fence +(326709, 0, 8192, 0, 0), -- Fence +(326710, 0, 8192, 0, 0), -- Fence +(326711, 0, 8192, 0, 0), -- Fence +(326712, 0, 8192, 0, 0), -- Fence +(326713, 0, 8192, 0, 0), -- Fence +(326714, 0, 8192, 0, 0), -- Fence +(326715, 0, 8192, 0, 0), -- Fence +(327133, 0, 32, 0, 0), -- Shoutbox +(327134, 0, 32, 0, 0), -- Brewfest Ceremonial Keg +(327182, 0, 8192, 0, 0), -- Table +(327669, 0, 4, 0, 0), -- Contained Alemental +(327681, 0, 48, 0, 0), -- Direbrew Mole Machine +(328343, 0, 4, 0, 0), -- Direbrew Cog +(328413, 0, 4, 0, 0); -- Hozen Totem + +UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry`=221482; -- PA Mug Bamboo 06 +UPDATE `gameobject_template_addon` SET `flags`=8192 WHERE `entry`=231782; -- Draenei Wagon + +-- Misc +DELETE FROM `spell_target_position` WHERE (`ID`=304163 AND `EffectIndex`=0); +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES +(304163, 0, 0, -5193.10986328125, -545.22998046875, 397.079986572265625, 45745); -- Spell: 304163 (Teleport) Efffect: 252 (SPELL_EFFECT_TELEPORT_UNITS) + +UPDATE `serverside_spell` SET `SpellName`='Drunk Invisibility (Strong)' WHERE `Id`=39707; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` IN (361970, 361971, 361972, 361973, 361974); +DELETE FROM `game_event_creature` WHERE `guid` IN (361970, 361971, 361972, 361973, 361974); + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+98; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +-- Ironforge & Gates of Ironforge +(@CGUID+0, 19148, 0, 1537, 5719, '0', 0, 0, 0, 0, -4948.93212890625, -957.6007080078125, 501.72283935546875, 4.171336650848388671, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Dwarf Commoner (Area: The Commons - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+1, 19148, 0, 1537, 5719, '0', 0, 0, 0, 0, -4949.861328125, -959.23956298828125, 501.72076416015625, 1.01229095458984375, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Dwarf Commoner (Area: The Commons - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+2, 19172, 0, 1537, 1537, '0', 0, 0, 0, 0, -4831.73681640625, -1172.5758056640625, 502.27752685546875, 6.195918560028076171, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gnome Commoner (Area: Ironforge - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+3, 19172, 0, 1537, 1537, '0', 0, 0, 0, 0, -4829.8798828125, -1173.2542724609375, 502.27734375, 2.49582076072692871, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Gnome Commoner (Area: Ironforge - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+4, 40441, 0, 1537, 5719, '0', 0, 0, 0, 0, -4939.44775390625, -937.36981201171875, 503.2398681640625, 0.767944872379302978, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Battered Brewmaster (Area: The Commons - Difficulty: 0) +(@CGUID+5, 155345, 0, 1537, 809, '0', 0, 0, 0, 0, -5036.80712890625, -788.3680419921875, 495.215728759765625, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- [DNT] Brewfest Music (Area: 0 - Difficulty: 0) +(@CGUID+6, 153931, 0, 1537, 809, '0', 0, 0, 0, 5, -5038.423828125, -796.685791015625, 495.211822509765625, 2.156079292297363281, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+7, 153931, 0, 1537, 809, '0', 0, 0, 0, 4, -5039.51904296875, -793.7430419921875, 495.220489501953125, 4.470478057861328125, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+8, 153931, 0, 1537, 809, '0', 0, 0, 0, 6, -5040.79150390625, -789.84027099609375, 495.21063232421875, 2.833275318145751953, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+9, 153931, 0, 1537, 809, '0', 0, 0, 0, 5, -5041.29150390625, -795.717041015625, 495.2119140625, 0.184281155467033386, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+10, 153931, 0, 1537, 809, '0', 0, 0, 0, 6, -5042.64404296875, -787.94793701171875, 495.21044921875, 4.830263137817382812, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+11, 153931, 0, 1537, 809, '0', 0, 0, 0, 4, -5043.79541015625, -790.7430419921875, 495.21051025390625, 0.518876433372497558, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +-- Kharanos +(@CGUID+12, 24364, 0, 1, 131, '0', 0, 0, 0, 1, -5615.111328125, -473.9288330078125, 397.0635986328125, 5.704004287719726562, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Flynn Firebrew (Area: Kharanos - Difficulty: 0) (Auras: 44067 - Supplier Mark) +(@CGUID+13, 155303, 0, 1, 131, '0', 0, 0, 0, 0, -5633.4619140625, -492.357635498046875, 396.756072998046875, 4.276056766510009765, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: 0 - Difficulty: 0) (Auras: 302192 - Apple Bucket) +(@CGUID+14, 155303, 0, 1, 0, '0', 0, 0, 0, 0, -5354.359375, -527.51910400390625, 391.57666015625, 3.892084121704101562, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: Gates of Ironforge - Difficulty: 0) (Auras: 302192 - Apple Bucket) +-- Brewfest area +(@CGUID+15, 23481, 0, 1, 0, '0', 0, 0, 0, 1, -5154.8662109375, -572.40625, 397.259521484375, 3.994099140167236328, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Keiran Donoghue (Area: 0 - Difficulty: 0) +(@CGUID+16, 23482, 0, 1, 0, '0', 0, 0, 0, 0, -5187.87353515625, -602.65277099609375, 397.259521484375, 0.592996478080749511, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Barleybrew Apprentice (Area: 0 - Difficulty: 0) +(@CGUID+17, 23486, 0, 1, 0, '0', 0, 0, 0, 1, -5172.609375, -559.015625, 397.259521484375, 4.218060970306396484, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Goldark Snipehunter (Area: 0 - Difficulty: 0) +(@CGUID+18, 23488, 0, 1, 0, '0', 0, 0, 0, 0, -5122.5556640625, -633.529541015625, 399.58355712890625, 3.979350566864013671, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Crowd (Area: 0 - Difficulty: 0) +(@CGUID+19, 23510, 0, 1, 0, '0', 0, 0, 0, 0, -5147.27978515625, -633.84552001953125, 397.264678955078125, 1.727875947952270507, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Thunderbrew Apprentice (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+20, 23511, 0, 1, 0, '0', 0, 0, 0, 0, -5137.8662109375, -578.859375, 397.259521484375, 4.031710624694824218, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gordok Brew Apprentice (Area: 0 - Difficulty: 0) +(@CGUID+21, 23521, 0, 1, 0, '0', 0, 0, 0, 0, -5136.640625, -615.5694580078125, 397.728179931640625, 2.677447319030761718, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Anne Summers (Area: 0 - Difficulty: 0) (Auras: 268057 - Cradle Basket) +(@CGUID+22, 23522, 0, 1, 0, '0', 0, 0, 0, 1, -5193.03125, -585.80731201171875, 397.340484619140625, 0.356846541166305541, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Arlen Lochlan (Area: 0 - Difficulty: 0) +(@CGUID+23, 23558, 0, 1, 0, '0', 0, 0, 0, 0, -5200.2119140625, -490.44964599609375, 388.5909423828125, 3.193952560424804687, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Neill Ramstein (Area: 0 - Difficulty: 0) +(@CGUID+24, 23627, 0, 1, 0, '0', 0, 0, 0, 1, -5186.28466796875, -605.69097900390625, 397.165283203125, 0.41040271520614624, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Becan Barleybrew (Area: 0 - Difficulty: 0) (Auras: 281819 - Bar Tend Stand) +(@CGUID+25, 23628, 0, 1, 0, '0', 0, 0, 0, 1, -5144.18408203125, -633.19964599609375, 397.26416015625, 1.926930189132690429, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Daran Thunderbrew (Area: Gates of Ironforge - Difficulty: 0) (Auras: 281819 - Bar Tend Stand) +(@CGUID+26, 23683, 0, 1, 0, '0', 0, 0, 0, 1, -5181.37841796875, -607.3836669921875, 397.301177978515625, 0.470823436975479125, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Maeve Barleybrew (Area: 0 - Difficulty: 0) +(@CGUID+27, 23684, 0, 1, 0, '0', 0, 0, 0, 1, -5140.859375, -629.453125, 397.2244873046875, 1.623156189918518066, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Ita Thunderbrew (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+28, 23685, 0, 1, 0, '0', 0, 0, 0, 1, -5136.1591796875, -586.455322265625, 397.301177978515625, 3.577924966812133789, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gordok Brew Barker (Area: 0 - Difficulty: 0) +(@CGUID+29, 23696, 0, 1, 0, '0', 0, 0, 0, 0, -5135.82666015625, -581.27777099609375, 397.259521484375, 3.455751895904541015, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gordok Brew Chief (Area: 0 - Difficulty: 0) +(@CGUID+30, 23710, 0, 1, 0, '0', 0, 0, 0, 0, -5170.52978515625, -626.50177001953125, 397.259552001953125, 1.010327696800231933, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Belbi Quikswitch (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+31, 24108, 0, 1, 0, '0', 0, 0, 0, 0, -5170.799, -542.5313, 397.2794, 0, 120, 5, 0, 11791, 0, 1, 0, 0, 0, 45745), -- Self-Turning and Oscillating Utility Target (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+32, 24463, 0, 1, 0, '0', 0, 0, 0, 0, -5187.22216796875, -488.265838623046875, 387.00482177734375, 5.613784313201904296, 120, 3, 0, 11791, 2434, 1, 0, 0, 0, 45745), -- Swift Racing Ram (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+33, 24468, 0, 1, 0, '0', 0, 0, 0, 1, -5200.6875, -485.94097900390625, 388.796630859375, 3.506814002990722656, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Pol Amberstill (Area: 0 - Difficulty: 0) +(@CGUID+34, 24710, 0, 1, 0, '0', 0, 0, 0, 1, -5184.68408203125, -562.37200927734375, 397.259521484375, 2.111848354339599609, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Ipfelkofer Ironkeg (Area: 0 - Difficulty: 0) +(@CGUID+35, 24766, 0, 1, 0, '0', 0, 0, 0, 0, -5165.24560546875, -603.43280029296875, 398.00518798828125, 2.530727386474609375, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- [DND] Brewfest Face Me Bunny (Area: 0 - Difficulty: 0) +(@CGUID+36, 24766, 0, 1, 0, '0', 0, 0, 0, 0, -5209.470703125, -488.23388671875, 388.91217041015625, 3.03687286376953125, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- [DND] Brewfest Face Me Bunny (Area: 0 - Difficulty: 0) +(@CGUID+37, 27215, 0, 1, 0, '0', 0, 0, 0, 1, -5183.4443359375, -542.22052001953125, 397.216552734375, 3.351032257080078125, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Boxey Boltspinner (Area: 0 - Difficulty: 0) +(@CGUID+38, 73913, 0, 1, 0, '0', 0, 0, 0, 1, -5131.62353515625, -605.9913330078125, 397.61175537109375, 3.013373136520385742, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewmaster Tsing (Area: 0 - Difficulty: 0) +(@CGUID+39, 152643, 0, 1, 0, '0', 0, 0, 0, 0, -5201.8525390625, -551.670166015625, 395.36956787109375, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Despawn Bunny (Area: 0 - Difficulty: 0) (Auras: 182641 - Game Object Despawn Periodic) +(@CGUID+40, 152829, 0, 1, 0, '0', 0, 0, 0, 0, -5192.8974609375, -573.75, 397.259521484375, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Arcti (Area: 0 - Difficulty: 0) +(@CGUID+41, 152849, 0, 1, 0, '0', 0, 0, 0, 0, -5165.3525390625, -564.107666015625, 397.259521484375, 4.057967662811279296, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Vinter Tysiel (Area: 0 - Difficulty: 0) +(@CGUID+42, 152871, 0, 1, 0, '0', 0, 0, 0, 0, -5162.8369140625, -630.50518798828125, 397.2669677734375, 1.468774318695068359, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewer Gerrat (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+43, 152941, 0, 1, 0, '0', 0, 0, 0, 0, -5175.5, -617.109375, 397.25970458984375, 0.675921976566314697, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Verra Fireblood (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+44, 153029, 0, 1, 0, '0', 0, 0, 0, 0, -5216.5068359375, -504.118072509765625, 388.2978515625, 5.304293632507324218, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Lucky Sachi (Area: 0 - Difficulty: 0) +(@CGUID+45, 153030, 0, 1, 0, '0', 0, 0, 0, 0, -5215.876953125, -499.111114501953125, 387.99945068359375, 0.485027670860290527, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Haru (Area: 0 - Difficulty: 0) +(@CGUID+46, 153054, 0, 1, 0, '0', 0, 0, 0, 0, -5186.36181640625, -484.530059814453125, 387.10308837890625, 0.901639878749847412, 120, 3, 0, 11791, 2434, 1, 0, 0, 0, 45745), -- Racing Ram (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+47, 153098, 0, 1, 0, '0', 0, 0, 0, 1, -5170.0556640625, -618.29864501953125, 397.30499267578125, 3.135460853576660156, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+48, 153101, 0, 1, 0, '0', 0, 0, 0, 0, -5189.4375, -571.79168701171875, 397.259521484375, 3.327027559280395507, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+49, 153102, 0, 1, 0, '0', 0, 0, 0, 0, -5163.7099609375, -627.3055419921875, 397.237701416015625, 4.500928878784179687, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+50, 153102, 0, 1, 0, '0', 0, 0, 0, 3, -5172.09375, -620.47393798828125, 397.266632080078125, 1.428292751312255859, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+51, 153102, 0, 1, 0, '0', 0, 0, 0, 1, -5121.13720703125, -588.45831298828125, 397.259521484375, 4.010109424591064453, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+52, 153104, 0, 1, 0, '0', 0, 0, 0, 1, -5165.375, -567.4774169921875, 397.176177978515625, 1.297124147415161132, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+53, 153146, 0, 1, 0, '0', 0, 0, 0, 0, -5132.4599609375, -601.11114501953125, 397.24700927734375, 3.40476536750793457, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Su Li (Area: 0 - Difficulty: 0) +(@CGUID+54, 153159, 0, 1, 0, '0', 0, 0, 0, 0, -5145.392578125, -624.65802001953125, 397.5498046875, 1.518400788307189941, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Gates of Ironforge - Difficulty: 0) +(@CGUID+55, 153160, 0, 1, 0, '0', 0, 0, 0, 2, -5126.13916015625, -591.73614501953125, 397.259521484375, 0.47118455171585083, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+56, 153160, 0, 1, 0, '0', 0, 0, 0, 1, -5119.85595703125, -587.045166015625, 397.260101318359375, 0.550998449325561523, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+57, 153161, 0, 1, 0, '0', 0, 0, 0, 2, -5142.9912109375, -606.4757080078125, 399.28118896484375, 3.167812585830688476, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+58, 153161, 0, 1, 0, '0', 0, 0, 0, 4, -5123.76220703125, -590.53472900390625, 397.259521484375, 0.454383760690689086, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+59, 153162, 0, 1, 0, '0', 0, 0, 0, 2, -5117.642578125, -585.375, 397.2769775390625, 0.667579889297485351, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+60, 153162, 0, 1, 0, '0', 0, 0, 0, 5, -5122.3662109375, -589.79168701171875, 397.259521484375, 0.890182375907897949, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+61, 153162, 0, 1, 0, '0', 0, 0, 0, 1, -5128.078125, -592.78302001953125, 397.259521484375, 0.587613701820373535, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) +(@CGUID+62, 153166, 0, 1, 0, '0', 0, 0, 0, 0, -5181.031, -579.9063, 397.8012, 0, 120, 0, 0, 11791, 0, 2, 0, 0, 0, 45745), -- Sobrietus (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+63, 153198, 0, 1, 0, '0', 0, 0, 0, 0, -5200.892578125, -550.3055419921875, 397.170379638671875, 0.610247373580932617, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: 0 - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+64, 153198, 0, 1, 0, '0', 0, 0, 0, 0, -5201.66650390625, -549.18231201171875, 397.12286376953125, 0.583577394485473632, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: 0 - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+65, 153198, 0, 1, 0, '0', 0, 0, 0, 0, -5199.98779296875, -551.5069580078125, 397.176300048828125, 0.657003939151763916, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: 0 - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+66, 153198, 0, 1, 0, '0', 0, 0, 0, 0, -5199.25, -552.46356201171875, 397.176361083984375, 0.581134796142578125, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: 0 - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+67, 153574, 0, 1, 0, '0', 0, 0, 0, 0, -5201.5849609375, -547.26910400390625, 397.095458984375, 0.391155511140823364, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Britta Steinheart (Area: 0 - Difficulty: 0) (Auras: 300158 - [DNT] Chowdown Organizer) +(@CGUID+68, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5143.623046875, -595.958740234375, 397.676177978515625, 3.19249892234802246, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300441 - [DNT] Brewfest Reveler) +(@CGUID+69, 153931, 0, 1, 0, '0', 0, 0, 0, 3, -5194.76416015625, -517.12847900390625, 389.934356689453125, 6.053356647491455078, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300450 - [DNT] Brewfest Reveler) +(@CGUID+70, 153931, 0, 1, 0, '0', 0, 0, 0, 6, -5191.9658203125, -518.04449462890625, 390.382843017578125, 2.851971626281738281, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300447 - [DNT] Brewfest Reveler) +(@CGUID+71, 153931, 0, 1, 0, '0', 0, 0, 0, 1, -5212.51953125, -507.44195556640625, 388.771392822265625, 4.830263137817382812, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300441 - [DNT] Brewfest Reveler) +(@CGUID+72, 153931, 0, 1, 0, '0', 0, 0, 0, 4, -5213.765625, -510.217010498046875, 389.267974853515625, 0.518876433372497558, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300442 - [DNT] Brewfest Reveler) +(@CGUID+73, 153931, 0, 1, 0, '0', 0, 0, 0, 2, -5210.76220703125, -509.314239501953125, 388.926177978515625, 2.833275318145751953, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300446 - [DNT] Brewfest Reveler) +(@CGUID+74, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5161.31591796875, -571.91668701171875, 397.301177978515625, 3.864611148834228515, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300447 - [DNT] Brewfest Reveler) +(@CGUID+75, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5163.919921875, -572.55438232421875, 397.301177978515625, 5.83640909194946289, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300447 - [DNT] Brewfest Reveler) +(@CGUID+76, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5161.71533203125, -574.70489501953125, 397.301177978515625, 1.867624759674072265, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300446 - [DNT] Brewfest Reveler) +(@CGUID+77, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5156.33349609375, -584.73614501953125, 397.301177978515625, 3.864611148834228515, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300442 - [DNT] Brewfest Reveler) +(@CGUID+78, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5146.57666015625, -596.03125, 397.887359619140625, 0.110699079930782318, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300447 - [DNT] Brewfest Reveler) +(@CGUID+79, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5156.73291015625, -587.5242919921875, 397.426177978515625, 1.867624759674072265, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300442 - [DNT] Brewfest Reveler) +(@CGUID+80, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5158.966796875, -585.3912353515625, 397.426177978515625, 5.83640909194946289, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300441 - [DNT] Brewfest Reveler) +(@CGUID+81, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5174.46728515625, -592.078125, 397.802642822265625, 4.830263137817382812, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300448 - [DNT] Brewfest Reveler) +(@CGUID+82, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5184.19970703125, -576.22222900390625, 397.302337646484375, 6.053356647491455078, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300445 - [DNT] Brewfest Reveler) +(@CGUID+83, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5181.234375, -577.19097900390625, 397.676177978515625, 2.851971626281738281, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300447 - [DNT] Brewfest Reveler) +(@CGUID+84, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5146.59228515625, -621.42364501953125, 397.9661865234375, 5.03859567642211914, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300446 - [DNT] Brewfest Reveler) +(@CGUID+85, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5157.18212890625, -614.91143798828125, 398.1751708984375, 4.45032358169555664, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300448 - [DNT] Brewfest Reveler) +(@CGUID+86, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5173.15625, -604.80035400390625, 397.37762451171875, 5.821129798889160156, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300441 - [DNT] Brewfest Reveler) +(@CGUID+87, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5169.892578125, -606.890625, 397.476470947265625, 2.619745731353759765, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300446 - [DNT] Brewfest Reveler) +(@CGUID+88, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5145.3232421875, -606.78369140625, 398.4759521484375, 0.009405219927430152, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300444 - [DNT] Brewfest Reveler) +(@CGUID+89, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5172.61474609375, -593.97052001953125, 398.051177978515625, 2.833275318145751953, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300441 - [DNT] Brewfest Reveler) +(@CGUID+90, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5156.27099609375, -618.0850830078125, 398.0343017578125, 2.586220264434814453, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Gates of Ironforge - Difficulty: 0) (Auras: 300447 - [DNT] Brewfest Reveler) +(@CGUID+91, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5175.6181640625, -594.873291015625, 397.789459228515625, 0.518876433372497558, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: 0 - Difficulty: 0) (Auras: 300445 - [DNT] Brewfest Reveler) +(@CGUID+92, 153931, 0, 1, 0, '0', 0, 0, 0, 0, -5160.625, -617.6649169921875, 397.7618408203125, 0.361292958259582519, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Gates of Ironforge - Difficulty: 0) (Auras: 300441 - [DNT] Brewfest Reveler) +(@CGUID+93, 154003, 0, 1, 0, '0', 0, 0, 0, 0, -5137.382, -599.7031, 397.59952, 0, 120, 0, 0, 11791, 0, 2, 0, 0, 0, 45745), -- Melanie Charles (Area: 0 - Difficulty: 0) (Auras: 299038 - Serving Platter) (possible waypoints or random movement) +(@CGUID+94, 154078, 0, 1, 0, '0', 0, 0, 0, 0, -5165.4443359375, -595.4375, 397.756500244140625, 5.435611724853515625, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Crowd (Area: 0 - Difficulty: 0) +(@CGUID+95, 154086, 0, 1, 0, '0', 0, 0, 0, 0, -5161.79345703125, -602.07464599609375, 400.668060302734375, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Keg Tap (Area: 0 - Difficulty: 0) +(@CGUID+96, 154477, 0, 1, 0, '0', 0, 0, 0, 0, -5162.60595703125, -598.3125, 416.00927734375, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Event Controller (Area: 0 - Difficulty: 0) +(@CGUID+97, 155303, 0, 1, 0, '0', 0, 0, 0, 0, -5201.095703125, -483.267364501953125, 388.974517822265625, 0.331612557172775268, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: 0 - Difficulty: 0) +(@CGUID+98, 155345, 0, 1, 0, '0', 0, 0, 0, 0, -5162.67529296875, -598.7100830078125, 409.176544189453125, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745); -- [DNT] Brewfest Music (Area: 0 - Difficulty: 0) + +DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+48, @CGUID+49, @CGUID+52, @CGUID+54, @CGUID+57, @CGUID+62, @CGUID+93); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+48, 0, 0, 0, 257, 876, 0, 0, 0, 0, ''), -- 153101 (Brewfest Reveler) +(@CGUID+49, 0, 0, 6, 257, 0, 0, 0, 0, 0, ''), -- 153102 (Brewfest Reveler) +(@CGUID+52, 0, 0, 6, 257, 0, 0, 0, 0, 0, ''), -- 153104 (Brewfest Reveler) +(@CGUID+54, 0, 0, 0, 257, 876, 0, 0, 0, 0, ''), -- 153159 (Brewfest Reveler) +(@CGUID+57, 0, 0, 0, 257, 876, 0, 0, 0, 0, ''), -- 153161 (Brewfest Reveler) +(@CGUID+62, (@CGUID+62)*10, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153166 (Sobrietus) +(@CGUID+93, (@CGUID+93)*10, 0, 0, 1, 0, 0, 0, 0, 0, '299038'); -- 154003 (Melanie Charles) + +DELETE FROM `waypoint_data` WHERE `id` IN ((@CGUID+62)*10, (@CGUID+93)*10); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +((@CGUID+62)*10, 0, -5181.031, -579.9063, 397.8012, NULL, 0), +((@CGUID+62)*10, 1, -5182.054, -589.908, 397.4496, NULL, 0), +((@CGUID+62)*10, 2, -5180.991, -598.6441, 397.3012, NULL, 0), +((@CGUID+62)*10, 3, -5184.083, -601.4427, 397.3012, NULL, 0), +((@CGUID+62)*10, 4, -5179.747, -602.6788, 397.3012, NULL, 0), +((@CGUID+62)*10, 5, -5171.637, -609.1858, 397.3012, NULL, 0), +((@CGUID+62)*10, 6, -5169.377, -612.6094, 397.2885, NULL, 0), +((@CGUID+62)*10, 8, -5169.002, -618.1302, 397.3012, NULL, 0), +((@CGUID+62)*10, 9, -5167.514, -621.4965, 397.3012, NULL, 0), +((@CGUID+62)*10,10, -5161.952, -622.1285, 397.4745, NULL, 0), +((@CGUID+62)*10,11, -5156.708, -618.6719, 397.9818, NULL, 0), +((@CGUID+62)*10,12, -5156.814, -618.7422, 397.9745, NULL, 0), +((@CGUID+62)*10,13, -5151.979, -620.5555, 397.9454, NULL, 0), +((@CGUID+62)*10,14, -5146.436, -619.3542, 398.0895, NULL, 0), +((@CGUID+62)*10,15, -5142.628, -614.6354, 398.2245, NULL, 0), +((@CGUID+62)*10,16, -5144.778, -605.4636, 398.3175, NULL, 0), +((@CGUID+62)*10,17, -5139.717, -601.309, 397.9281, NULL, 0), +((@CGUID+62)*10,18, -5131.455, -597.8489, 397.3012, NULL, 0), +((@CGUID+62)*10,19, -5126.634, -595.1163, 397.3012, NULL, 0), +((@CGUID+62)*10,20, -5122.571, -592.5712, 397.3012, NULL, 0), +((@CGUID+62)*10,21, -5118.606, -590.191, 397.3012, NULL, 0), +((@CGUID+62)*10,22, -5117.556, -586.8507, 397.3012, NULL, 0), +((@CGUID+62)*10,23, -5120.587, -585.1129, 397.3012, NULL, 0), +((@CGUID+62)*10,24, -5127.469, -589.5174, 397.3012, NULL, 0), +((@CGUID+62)*10,25, -5131.75, -592.3038, 397.3012, NULL, 0), +((@CGUID+62)*10,26, -5135.7, -593.9618, 397.3012, NULL, 0), +((@CGUID+62)*10,27, -5140.809, -592.342, 397.5107, NULL, 0), +((@CGUID+62)*10,28, -5150.757, -585.0746, 397.4828, NULL, 0), +((@CGUID+62)*10,29, -5161.733, -577.8629, 397.3012, NULL, 0), +((@CGUID+62)*10,30, -5174.778, -573.2136, 397.3012, NULL, 0), +((@CGUID+93)*10, 0, -5137.382, -599.7031, 397.59952, NULL, 0), +((@CGUID+93)*10, 1, -5143.144, -590.46704, 397.29117, NULL, 0), +((@CGUID+93)*10, 2, -5155.8457, -580.2969, 397.30118, NULL, 0), +((@CGUID+93)*10, 3, -5166.4287, -575.74133, 397.30118, NULL, 0), +((@CGUID+93)*10, 4, -5176.472, -576.5208, 397.66544, NULL, 0), +((@CGUID+93)*10, 5, -5181.866, -586.59894, 397.72183, NULL, 0), +((@CGUID+93)*10, 6, -5178.6978, -599.4844, 397.42007, NULL, 0), +((@CGUID+93)*10, 7, -5172.0176, -611.42535, 397.30118, NULL, 0), +((@CGUID+93)*10, 8, -5165.241, -617.68054, 397.45813, NULL, 0), +((@CGUID+93)*10, 9, -5156.983, -624.9149, 397.4491, NULL, 0), +((@CGUID+93)*10,10, -5151.269, -621.8143, 397.9193, NULL, 0), +((@CGUID+93)*10,11, -5150.608, -612.99304, 398.4745, NULL, 0), +((@CGUID+93)*10,12, -5143.644, -612.9184, 398.3495, NULL, 0), +((@CGUID+93)*10,13, -5137.441, -609.184, 398.11536, NULL, 0); + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid`=218268; -- Related to the Festival Lunar probably +DELETE FROM `gameobject` WHERE `guid` BETWEEN 226383 AND 226661; +DELETE FROM `game_event_gameobject` WHERE `guid`=218268; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 226383 AND 226661; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+415; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Ironforge & Gates of Ironforge +(@OGUID+0, 186717, 0, 1537, 1537, '0', 0, 0, -4920.193359375, -940.24395751953125, 501.57171630859375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+1, 186717, 0, 1537, 1537, '0', 0, 0, -4905.15625, -956.520751953125, 501.469635009765625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+2, 186717, 0, 1537, 1537, '0', 0, 0, -4649.4921875, -972.01129150390625, 501.6597900390625, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+3, 186717, 0, 1537, 1537, '0', 0, 0, -4678.1103515625, -968.151611328125, 501.659332275390625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+4, 186717, 0, 1537, 1537, '0', 0, 0, -4673.0234375, -935.65106201171875, 501.659027099609375, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+5, 186717, 0, 1537, 1537, '0', 0, 0, -4960.08447265625, -1200.375, 501.659393310546875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+6, 186717, 0, 1537, 1537, '0', 0, 0, -4983.48779296875, -1204.277587890625, 501.6689453125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+7, 186717, 0, 1537, 1537, '0', 0, 0, -4969.7890625, -1222.796142578125, 501.669586181640625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+8, 186717, 0, 1537, 1537, '0', 0, 0, -4698.12890625, -1246.365966796875, 501.659332275390625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+9, 186717, 0, 1537, 1537, '0', 0, 0, -4675.359375, -1228.1741943359375, 501.6593017578125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+10, 186717, 0, 1537, 1537, '0', 0, 0, -4712.87060546875, -1213.87109375, 501.659332275390625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 45745), -- Brewfest Banner (Area: Ironforge - Difficulty: 0) +(@OGUID+11, 195255, 0, 1537, 1537, '0', 0, 0, -4720.98291015625, -1235.19873046875, 510.422576904296875, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: Ironforge - Difficulty: 0) +(@OGUID+12, 195255, 0, 1537, 1537, '0', 0, 0, -4684.71630859375, -1205.30712890625, 510.450103759765625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: Ironforge - Difficulty: 0) +(@OGUID+13, 195255, 0, 1537, 4679, '0', 0, 0, -4672.89892578125, -992.93902587890625, 510.1920166015625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+14, 195255, 0, 1537, 4679, '0', 0, 0, -4700.93505859375, -958.9013671875, 510.295135498046875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+15, 195255, 0, 1537, 5719, '0', 0, 0, -4878.06005859375, -879.94696044921875, 510.241851806640625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+16, 195255, 0, 1537, 5719, '0', 0, 0, -4928.48681640625, -902.7635498046875, 510.451171875, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+17, 195255, 0, 1537, 5719, '0', 0, 0, -4971.14892578125, -937.86602783203125, 510.348785400390625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+18, 195255, 0, 1537, 5719, '0', 0, 0, -5003.4814453125, -983.32867431640625, 510.498046875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+19, 195255, 0, 1537, 5719, '0', 0, 0, -4959.70703125, -1172.3468017578125, 509.829864501953125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+20, 195255, 0, 1537, 5343, '0', 0, 0, -4931.61474609375, -1206.3570556640625, 509.640350341796875, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Large - Brewfest (Area: The Military Ward - Difficulty: 0) +(@OGUID+21, 195256, 0, 1537, 4679, '0', 0, 0, -4618.0244140625, -925.11968994140625, 501.0621337890625, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+22, 195256, 0, 1537, 4679, '0', 0, 0, -4623.98583984375, -917.63336181640625, 501.06304931640625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+23, 195256, 0, 1537, 4679, '0', 0, 0, -4602.83056640625, -912.78594970703125, 501.066070556640625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+24, 195256, 0, 1537, 5344, '0', 0, 0, -4609.134765625, -905.39166259765625, 501.067718505859375, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+25, 195256, 0, 1537, 5719, '0', 0, 0, -4980.03466796875, -865.87548828125, 501.659332275390625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+26, 195256, 0, 1537, 5719, '0', 0, 0, -4990.28857421875, -853.3427734375, 501.659332275390625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+27, 195256, 0, 1537, 5719, '0', 0, 0, -4997.84912109375, -880.6900634765625, 501.659332275390625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+28, 195256, 0, 1537, 5719, '0', 0, 0, -5008.32275390625, -868.1883544921875, 501.659332275390625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+29, 195256, 0, 1537, 0, '0', 0, 0, -5018.2275390625, -855.9774169921875, 501.659332275390625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: 0 - Difficulty: 0) +(@OGUID+30, 195256, 0, 1537, 0, '0', 0, 0, -5000.1611328125, -841.3087158203125, 501.659332275390625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: 0 - Difficulty: 0) +(@OGUID+31, 195259, 0, 1537, 4679, '0', 0, 0, -4630.103515625, -928.94500732421875, 506.122406005859375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+32, 195260, 0, 1537, 5719, '0', 0, 0, -4885.0947265625, -1005.57061767578125, 506.957855224609375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+33, 195260, 0, 1537, 5719, '0', 0, 0, -4877.7509765625, -999.52667236328125, 506.957855224609375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+34, 195260, 0, 1537, 5719, '0', 0, 0, -4875.5341796875, -997.69598388671875, 506.957855224609375, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+35, 195260, 0, 1537, 5719, '0', 0, 0, -4888.35205078125, -1008.2703857421875, 506.957855224609375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+36, 195264, 0, 1537, 5719, '0', 0, 0, -4881.06103515625, -989.32257080078125, 504.7578125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+37, 195264, 0, 1537, 5719, '0', 0, 0, -4877.421875, -986.307861328125, 504.7578125, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+38, 195264, 0, 1537, 5719, '0', 0, 0, -4905.373046875, -979.254150390625, 503.518463134765625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+39, 195264, 0, 1537, 5719, '0', 0, 0, -4900.673828125, -975.40972900390625, 503.49066162109375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+40, 195264, 0, 1537, 5719, '0', 0, 0, -4886.38330078125, -993.6834716796875, 504.7578125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+41, 195264, 0, 1537, 5719, '0', 0, 0, -4895.28857421875, -1001.1298828125, 504.7578125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+42, 195264, 0, 1537, 5719, '0', 0, 0, -4890.2255859375, -996.79949951171875, 504.7578125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+43, 195264, 0, 1537, 5719, '0', 0, 0, -4899.34814453125, -1004.4788818359375, 504.7578125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+44, 195266, 0, 1537, 1537, '0', 0, 0, -4927.70654296875, -1279.470458984375, 509.795623779296875, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Ironforge - Difficulty: 0) +(@OGUID+45, 195266, 0, 1537, 1537, '0', 0, 0, -4804.95654296875, -1180.3507080078125, 510.45892333984375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Ironforge - Difficulty: 0) +(@OGUID+46, 195266, 0, 1537, 5341, '0', 0, 0, -4691.63525390625, -1183.8958740234375, 509.914825439453125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Hall of Explorers - Difficulty: 0) +(@OGUID+47, 195266, 0, 1537, 5341, '0', 0, 0, -4732.765625, -1146.4896240234375, 507.5391845703125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Hall of Explorers - Difficulty: 0) +(@OGUID+48, 195266, 0, 1537, 5341, '0', 0, 0, -4614.03662109375, -1114.4791259765625, 509.549957275390625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Hall of Explorers - Difficulty: 0) +(@OGUID+49, 195266, 0, 1537, 5341, '0', 0, 0, -4612.87841796875, -1093.2603759765625, 509.64056396484375, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Hall of Explorers - Difficulty: 0) +(@OGUID+50, 195266, 0, 1537, 4679, '0', 0, 0, -4601.875, -1010.21527099609375, 509.9107666015625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+51, 195266, 0, 1537, 4679, '0', 0, 0, -4591.765625, -999.46356201171875, 508.2066650390625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+52, 195266, 0, 1537, 4679, '0', 0, 0, -4730.88720703125, -1063.310791015625, 508.73834228515625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Forlorn Cavern - Difficulty: 0) +(@OGUID+53, 195266, 0, 1537, 5344, '0', 0, 0, -4707.56591796875, -948.40972900390625, 509.871734619140625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+54, 195266, 0, 1537, 5344, '0', 0, 0, -4765.7744140625, -913.38714599609375, 508.2344970703125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+55, 195266, 0, 1537, 5342, '0', 0, 0, -4798.3662109375, -908.9757080078125, 503.249847412109375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Great Forge - Difficulty: 0) +(@OGUID+56, 195266, 0, 1537, 5719, '0', 0, 0, -4880.09716796875, -957.7725830078125, 509.6275634765625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+57, 195266, 0, 1537, 5719, '0', 0, 0, -4899.02783203125, -982.31427001953125, 510.77691650390625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+58, 195266, 0, 1537, 5719, '0', 0, 0, -4974.47900390625, -1033.467041015625, 509.7349853515625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+59, 195266, 0, 1537, 5719, '0', 0, 0, -4989.77783203125, -1117.27783203125, 508.185760498046875, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+60, 195266, 0, 1537, 5719, '0', 0, 0, -5017.75, -1125.0382080078125, 509.957183837890625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+61, 195266, 0, 1537, 5719, '0', 0, 0, -5030.98095703125, -1153.90283203125, 509.76019287109375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 45745), -- Hanging; Streamer - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+62, 195266, 0, 1537, 5719, '0', 0, 0, -5041.65283203125, -1166.185791015625, 508.227386474609375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+63, 195266, 0, 1537, 5343, '0', 0, 0, -4868.57470703125, -1144.732666015625, 510.406951904296875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Military Ward - Difficulty: 0) +(@OGUID+64, 195266, 0, 1537, 5342, '0', 0, 0, -4847.69091796875, -1162.9617919921875, 508.74658203125, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Great Forge - Difficulty: 0) +(@OGUID+65, 195273, 0, 1537, 5719, '0', 0, 0, -4879.8349609375, -987.32989501953125, 509.98291015625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+66, 195273, 0, 1537, 5719, '0', 0, 0, -4888.8212890625, -994.73785400390625, 510.048828125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+67, 195273, 0, 1537, 5719, '0', 0, 0, -4897.69091796875, -1002.0504150390625, 510.0543212890625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Commons - Difficulty: 0) +(@OGUID+68, 186680, 0, 1537, 809, '0', 0, 0, -5033.79931640625, -789.79864501953125, 495.177642822265625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 45745), -- Brewfest Canopy (Area: The Mystic Ward - Difficulty: 0) +(@OGUID+69, 186717, 0, 1537, 809, '0', 0, 0, -5091.11865234375, -734.7432861328125, 469.9097900390625, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Commons - Difficulty: 0) +(@OGUID+70, 186717, 0, 1537, 809, '0', 0, 0, -5191.740234375, -736.32208251953125, 447.284332275390625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Commons - Difficulty: 0) +(@OGUID+71, 186717, 0, 1, 0, '0', 0, 0, -5236.78125, -635.82470703125, 421.801300048828125, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+72, 326138, 0, 1537, 809, '0', 0, 0, -5059.7431640625, -812.64581298828125, 495.141265869140625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+73, 326138, 0, 1537, 809, '0', 0, 0, -5034.8818359375, -790.35418701171875, 495.166839599609375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+74, 326139, 0, 1537, 809, '0', 0, 0, -5059.4443359375, -813.01214599609375, 496.1612548828125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+75, 326139, 0, 1537, 809, '0', 0, 0, -5034.65087890625, -790.11285400390625, 496.2041015625, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+76, 326139, 0, 1537, 809, '0', 0, 0, -5035.13720703125, -790.7742919921875, 496.193023681640625, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+77, 326139, 0, 1537, 809, '0', 0, 0, -5060.13525390625, -812.2569580078125, 496.189849853515625, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+78, 326139, 0, 1537, 809, '0', 0, 0, -5059.44091796875, -812.359375, 496.1636962890625, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +-- Kharanos +(@OGUID+79, 186709, 0, 1, 131, '0', 0, 0, -5611.814453125, -471.024322509765625, 396.985748291015625, 4.690916061401367187, 0, 0, -0.71465778350830078, 0.699474275112152099, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Kharanos - Difficulty: 0) +(@OGUID+80, 186709, 0, 1, 131, '0', 0, 0, -5609.85595703125, -471.1007080078125, 397.0107421875, 4.708369255065917968, 0, 0, -0.708526611328125, 0.705684065818786621, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Kharanos - Difficulty: 0) +(@OGUID+81, 186709, 0, 1, 131, '0', 0, 0, -5610.828125, -471.0694580078125, 398.182769775390625, 4.708369255065917968, 0, 0, -0.708526611328125, 0.705684065818786621, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Kharanos - Difficulty: 0) +(@OGUID+82, 186709, 0, 1, 131, '0', 0, 0, -5620.79345703125, -476.81597900390625, 396.988922119140625, 5.553114891052246093, 0, 0, -0.35698223114013671, 0.934111177921295166, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Kharanos - Difficulty: 0) +(@OGUID+83, 186709, 0, 1, 131, '0', 0, 0, -5619.546875, -475.38714599609375, 396.991729736328125, 5.570568561553955078, 0, 0, -0.3488168716430664, 0.937190890312194824, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Kharanos - Difficulty: 0) +(@OGUID+84, 186709, 0, 1, 131, '0', 0, 0, -5620.15087890625, -476.145843505859375, 398.23828125, 5.553114891052246093, 0, 0, -0.35698223114013671, 0.934111177921295166, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Kharanos - Difficulty: 0) +(@OGUID+85, 186717, 0, 1, 0, '0', 0, 0, -5337.041015625, -542.3472900390625, 393.658111572265625, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 45745), -- Brewfest Banner (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+86, 186717, 0, 1, 131, '0', 0, 0, -5614.29541015625, -470.458343505859375, 397.272979736328125, 5.404072761535644531, 0, 0, -0.4255380630493164, 0.904940545558929443, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+87, 186717, 0, 1, 131, '0', 0, 0, -5617.8818359375, -453.87152099609375, 407.706939697265625, 5.160597801208496093, 0, 0, -0.53228187561035156, 0.846567213535308837, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+88, 186717, 0, 1, 131, '0', 0, 0, -5644.70556640625, -477.0167236328125, 396.748382568359375, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+89, 186737, 0, 1, 131, '0', 0, 0, -5623.07275390625, -472.848968505859375, 396.9107666015625, 3.750173568725585937, 0.04653024673461914, -0.00302696228027343, -0.95324134826660156, 0.298591256141662597, 120, 255, 1, 45745), -- Brewfest Wagon Loaded (Area: 0 - Difficulty: 0) +(@OGUID+90, 195253, 0, 1, 131, '0', 0, 0, -5582.82666015625, -503.69293212890625, 411.73980712890625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+91, 195253, 0, 1, 131, '0', 0, 0, -5575.9365234375, -509.47369384765625, 411.79248046875, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+92, 195253, 0, 1, 131, '0', 0, 0, -5578.94287109375, -461.7431640625, 409.891021728515625, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+93, 195253, 0, 1, 131, '0', 0, 0, -5576.13427734375, -520.75164794921875, 411.746185302734375, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+94, 195253, 0, 1, 131, '0', 0, 0, -5593.0302734375, -509.22906494140625, 411.613677978515625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+95, 195253, 0, 1, 131, '0', 0, 0, -5604.44775390625, -512.76007080078125, 411.590911865234375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+96, 195253, 0, 1, 131, '0', 0, 0, -5596.97705078125, -512.89947509765625, 411.596710205078125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+97, 195253, 0, 1, 131, '0', 0, 0, -5612.13818359375, -518.682373046875, 411.9815673828125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+98, 195256, 0, 1, 131, '0', 0, 0, -5461.14892578125, -479.123748779296875, 396.699859619140625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+99, 195256, 0, 1, 131, '0', 0, 0, -5535.453125, -476.932281494140625, 398.091217041015625, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+100, 195256, 0, 1, 131, '0', 0, 0, -5568.5068359375, -501.36285400390625, 402.859588623046875, 1.362257122993469238, 0, 0, 0.629670143127441406, 0.776862621307373046, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+101, 195256, 0, 1, 131, '0', 0, 0, -5605.66064453125, -489.755035400390625, 397.5626220703125, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+102, 195256, 0, 1, 131, '0', 0, 0, -5588.75634765625, -425.283660888671875, 397.32537841796875, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+103, 195256, 0, 1, 131, '0', 0, 0, -5643.27978515625, -503.156005859375, 396.680999755859375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+104, 195256, 0, 1, 189, '0', 0, 0, -5483.44384765625, -669.21466064453125, 392.697967529296875, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Steelgrill's Depot - Difficulty: 0) +(@OGUID+105, 195259, 0, 1, 131, '0', 0, 0, -5579.73095703125, -525.05029296875, 404.4669189453125, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+106, 195259, 0, 1, 131, '0', 0, 0, -5590.89892578125, -513.91668701171875, 405.771484375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+107, 195259, 0, 1, 131, '0', 0, 0, -5593.12939453125, -489.43658447265625, 398.36334228515625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+108, 195259, 0, 1, 131, '0', 0, 0, -5608.68359375, -529.57647705078125, 401.06591796875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+109, 195259, 0, 1, 131, '0', 0, 0, -5608.47900390625, -521.5130615234375, 401.2120361328125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+110, 195259, 0, 1, 131, '0', 0, 0, -5607.9619140625, -525.49951171875, 402.748626708984375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+111, 195259, 0, 1, 0, '0', 0, 0, -5357.0439453125, -528.7659912109375, 392.575164794921875, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 45745), -- Hanging, Square, Small - Brewfest (Area: Steelgrill's Depot - Difficulty: 0) +(@OGUID+112, 195260, 0, 1, 131, '0', 0, 0, -5591.759765625, -508.474273681640625, 405.010467529296875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+113, 195260, 0, 1, 131, '0', 0, 0, -5594.52880859375, -525.8619384765625, 400.54742431640625, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+114, 195260, 0, 1, 131, '0', 0, 0, -5600.69775390625, -525.1802978515625, 400.54510498046875, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+115, 195260, 0, 1, 131, '0', 0, 0, -5606.85595703125, -527.50006103515625, 402.5877685546875, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+116, 195260, 0, 1, 131, '0', 0, 0, -5604.2412109375, -532.39361572265625, 400.522308349609375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+117, 195260, 0, 1, 131, '0', 0, 0, -5606.69384765625, -532.3543701171875, 400.522186279296875, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+118, 195260, 0, 1, 131, '0', 0, 0, -5654.71533203125, -502.60589599609375, 398.256683349609375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+119, 195263, 0, 1, 131, '0', 0, 0, -5576.63720703125, -514.95648193359375, 405.19049072265625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+120, 195263, 0, 1, 131, '0', 0, 0, -5573.33447265625, -461.34625244140625, 404.842559814453125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+121, 195263, 0, 1, 131, '0', 0, 0, -5585.3916015625, -461.50640869140625, 404.84967041015625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+122, 195263, 0, 1, 131, '0', 0, 0, -5592.18212890625, -532.53363037109375, 401.9100341796875, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+123, 195263, 0, 1, 131, '0', 0, 0, -5580.91162109375, -418.451568603515625, 400.41900634765625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+124, 195264, 0, 1, 131, '0', 0, 0, -5584.56787109375, -528.398193359375, 401.642303466796875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+125, 195264, 0, 1, 131, '0', 0, 0, -5584.5546875, -533.061767578125, 404.420074462890625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+126, 195264, 0, 1, 131, '0', 0, 0, -5586.7158203125, -528.23089599609375, 400.20721435546875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+127, 195266, 0, 1, 131, '0', 0, 0, -5480.08056640625, -461.806304931640625, 401.465240478515625, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+128, 195266, 0, 1, 131, '0', 0, 0, -5597.30029296875, -532.34722900390625, 403.071380615234375, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Kharanos - Difficulty: 0) +(@OGUID+129, 195266, 0, 1, 189, '0', 0, 0, -5519.25927734375, -663.923828125, 403.041656494140625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Steelgrill's Depot - Difficulty: 0) +(@OGUID+130, 195266, 0, 1, 189, '0', 0, 0, -5496.23291015625, -689.7177734375, 398.201934814453125, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Steelgrill's Depot - Difficulty: 0) +-- Brewfest area +(@OGUID+131, 180749, 0, 1, 0, '0', 0, 0, -5127.9306640625, -598.03302001953125, 397.235443115234375, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 45745), -- Cheer Speaker (Area: The Commons - Difficulty: 0) +(@OGUID+132, 180749, 0, 1, 0, '0', 0, 0, -5182.361328125, -613.826416015625, 397.176177978515625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 45745), -- Cheer Speaker (Area: The Commons - Difficulty: 0) +(@OGUID+133, 180749, 0, 1, 0, '0', 0, 0, -5141.32470703125, -578.420166015625, 397.176177978515625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 45745), -- Cheer Speaker (Area: The Commons - Difficulty: 0) +(@OGUID+134, 180749, 0, 1, 0, '0', 0, 0, -5182.85400390625, -539.3350830078125, 397.03533935546875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 45745), -- Cheer Speaker (Area: 0 - Difficulty: 0) +(@OGUID+135, 180749, 0, 1, 0, '0', 0, 0, -5214.48291015625, -514.37847900390625, 389.759490966796875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 45745), -- Cheer Speaker (Area: 0 - Difficulty: 0) +(@OGUID+136, 186183, 0, 1, 0, '0', 0, 0, -5189.96533203125, -595.921875, 397.176177978515625, 0.367745578289031982, 0, 0, 0.18283843994140625, 0.983142971992492675, 120, 255, 1, 45745), -- Barleybrew Festive Keg (Area: 0 - Difficulty: 0) +(@OGUID+137, 186184, 0, 1, 0, '0', 0, 0, -5155.236328125, -634.94793701171875, 397.176177978515625, 1.512226700782775878, 0, 0, 0.686099052429199218, 0.727508127689361572, 120, 255, 1, 45745), -- Thunderbrew Festive Keg (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+138, 186185, 0, 1, 0, '0', 0, 0, -5145.74658203125, -575.6669921875, 397.176177978515625, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 45745), -- Gordok Festive Keg (Area: 0 - Difficulty: 0) +(@OGUID+139, 186229, 0, 1, 0, '0', 0, 0, -5191.23095703125, -561.26043701171875, 397.176177978515625, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 45745), -- BREWFEST (Area: 0 - Difficulty: 0) +(@OGUID+140, 186229, 0, 1, 0, '0', 0, 0, -5219.01416015625, -475.206939697265625, 386.661102294921875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 45745), -- BREWFEST (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+141, 186680, 0, 1, 0, '0', 0, 0, -5179.603515625, -543.4095458984375, 396.918212890625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- Brewfest Canopy (Area: 0 - Difficulty: 0) +(@OGUID+142, 186680, 0, 1, 0, '0', 0, 0, -5203.517578125, -553.40277099609375, 397.05535888671875, 0.656261026859283447, -0.01025056838989257, 0.000290870666503906, 0.322289466857910156, 0.946585655212402343, 120, 255, 1, 45745), -- Brewfest Canopy (Area: 0 - Difficulty: 0) +(@OGUID+143, 186680, 0, 1, 0, '0', 0, 0, -5195.27978515625, -487.28472900390625, 387.340545654296875, 3.289957761764526367, -0.02402973175048828, -0.00104331970214843, -0.99696254730224609, 0.074075259268283843, 120, 255, 1, 45745), -- Brewfest Canopy (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+144, 186681, 0, 1, 0, '0', 0, 0, -5133.68603515625, -616.80902099609375, 397.386444091796875, 2.691748857498168945, 0, 0, 0.974811553955078125, 0.223030179738998413, 120, 255, 1, 45745), -- Brewfest Food Tent (Area: The Commons - Difficulty: 0) +(@OGUID+145, 186681, 0, 1, 0, '0', 0, 0, -5152.14404296875, -569.76043701171875, 397.176177978515625, 3.906833171844482421, 0, 0, -0.9276895523071289, 0.373352497816085815, 120, 255, 1, 45745), -- Brewfest Food Tent (Area: 0 - Difficulty: 0) +(@OGUID+146, 186681, 0, 1, 0, '0', 0, 0, -5196.408203125, -586.765625, 397.345306396484375, 0.305203020572662353, -0.00017213821411132, 0.000223159790039062, 0.152009963989257812, 0.988378942012786865, 120, 255, 1, 45745), -- Brewfest Food Tent (Area: 0 - Difficulty: 0) +(@OGUID+147, 186682, 0, 1, 0, '0', 0, 0, -5145.57275390625, -635.06427001953125, 397.058685302734375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 45745), -- Brewfest Beer Tent (Area: The Commons - Difficulty: 0) +(@OGUID+148, 186682, 0, 1, 0, '0', 0, 0, -5136.07275390625, -579.4149169921875, 396.929840087890625, 3.903813838958740234, -0.00360298156738281, -0.00970077514648437, -0.92818260192871093, 0.371981143951416015, 120, 255, 1, 45745), -- Brewfest Beer Tent (Area: The Commons - Difficulty: 0) +(@OGUID+149, 186682, 0, 1, 0, '0', 0, 0, -5188.40966796875, -604.7430419921875, 397.22119140625, 0.383555203676223754, 0, 0, 0.190604209899902343, 0.981666982173919677, 120, 255, 1, 45745), -- Brewfest Beer Tent (Area: 0 - Difficulty: 0) +(@OGUID+150, 186709, 0, 1, 0, '0', 0, 0, -5199.19775390625, -482.0625, 388.743072509765625, 1.87280893325805664, 0.034667491912841796, -0.00905227661132812, 0.805176734924316406, 0.591951549053192138, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: 0 - Difficulty: 0) +(@OGUID+151, 186709, 0, 1, 0, '0', 0, 0, -5197.49462890625, -481.48785400390625, 388.539215087890625, 1.904643177986145019, 0.0253753662109375, 0.006776809692382812, 0.814679145812988281, 0.57931685447692871, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: 0 - Difficulty: 0) +(@OGUID+152, 186709, 0, 1, 0, '0', 0, 0, -5198.6162109375, -485.37847900390625, 388.463409423828125, 3.389041423797607421, -0.0312199592590332, 0.022108078002929687, -0.99171924591064453, 0.122594818472862243, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: 0 - Difficulty: 0) +(@OGUID+153, 186717, 0, 1, 0, '0', 0, 0, -5136.81103515625, -631.40802001953125, 397.179443359375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Commons - Difficulty: 0) +(@OGUID+154, 186717, 0, 1, 0, '0', 0, 0, -5134.11474609375, -586.72259521484375, 397.176177978515625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Commons - Difficulty: 0) +(@OGUID+155, 186717, 0, 1, 0, '0', 0, 0, -5164.85791015625, -603.02081298828125, 398.0625, 2.101161479949951171, 0, 0, 0.867712020874023437, 0.497067242860794067, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Commons - Difficulty: 0) +(@OGUID+156, 186717, 0, 1, 0, '0', 0, 0, -5157.57470703125, -597.72222900390625, 398.04681396484375, 2.258240699768066406, 0, 0, 0.904036521911621093, 0.427455246448516845, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Commons - Difficulty: 0) +(@OGUID+157, 186717, 0, 1, 0, '0', 0, 0, -5182.33154296875, -609.93402099609375, 397.176177978515625, 0.505728900432586669, 0, 0, 0.250178337097167968, 0.968199789524078369, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Commons - Difficulty: 0) +(@OGUID+158, 186717, 0, 1, 0, '0', 0, 0, -5207.18408203125, -535.75421142578125, 393.794586181640625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+159, 186717, 0, 1, 0, '0', 0, 0, -5189.30029296875, -525.50616455078125, 392.525360107421875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+160, 186717, 0, 1, 0, '0', 0, 0, -5197.20947265625, -505.30718994140625, 388.59759521484375, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+161, 186717, 0, 1, 0, '0', 0, 0, -5214.62841796875, -514.1524658203125, 389.731689453125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+162, 186717, 0, 1, 0, '0', 0, 0, -5205.44775390625, -479.062347412109375, 389.14642333984375, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 45745), -- Brewfest Banner (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+163, 186717, 0, 1, 0, '0', 0, 0, -5218.609375, -491.612640380859375, 387.8887939453125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 45745), -- Brewfest Banner (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+164, 186717, 0, 1, 0, '0', 0, 0, -5252.0107421875, -477.250335693359375, 386.6239013671875, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 45745), -- Brewfest Banner (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+165, 186717, 0, 1, 0, '0', 0, 0, -5199.62158203125, -432.817718505859375, 390.41156005859375, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 45745), -- Brewfest Banner (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+166, 186737, 0, 1, 0, '0', 0, 0, -5218.58349609375, -528.55731201171875, 390.734710693359375, 6.253242969512939453, -0.08941602706909179, -0.08510684967041015, -0.02253150939941406, 0.992095708847045898, 120, 255, 1, 45745), -- Brewfest Wagon Loaded (Area: 0 - Difficulty: 0) +(@OGUID+167, 209654, 0, 1, 0, '0', 0, 0, -5125.5537109375, -606.68231201171875, 397.66583251953125, 3.039757966995239257, -0.03496217727661132, 0.021801948547363281, 0.997818946838378906, 0.051572069525718688, 120, 255, 1, 45745), -- Pandaren Tent (Area: 0 - Difficulty: 0) +(@OGUID+168, 211694, 0, 1, 0, '0', 0, 0, -5128.595703125, -606.3055419921875, 397.227203369140625, 3.024551153182983398, 0, 0, 0.998288154602050781, 0.058487351983785629, 120, 255, 1, 45745), -- Pandaren Brew (Area: 0 - Difficulty: 0) +(@OGUID+169, 211694, 0, 1, 0, '0', 0, 0, -5126.609375, -605.38543701171875, 397.246307373046875, 2.554158210754394531, 0, 0, 0.957174301147460937, 0.289512276649475097, 120, 255, 1, 45745), -- Pandaren Brew (Area: 0 - Difficulty: 0) +(@OGUID+170, 211694, 0, 1, 0, '0', 0, 0, -5126.93212890625, -607.92535400390625, 397.358367919921875, 3.514313697814941406, 0, 0, -0.98268508911132812, 0.185283601284027099, 120, 255, 1, 45745), -- Pandaren Brew (Area: 0 - Difficulty: 0) +(@OGUID+171, 211694, 0, 1, 0, '0', 0, 0, -5124.939453125, -606.951416015625, 397.59014892578125, 4.401078701019287109, 0, 0, -0.80817890167236328, 0.588937103748321533, 120, 255, 1, 45745), -- Pandaren Brew (Area: 0 - Difficulty: 0) +(@OGUID+172, 211694, 0, 1, 0, '0', 0, 0, -5123.20654296875, -605.44964599609375, 397.632415771484375, 1.078956365585327148, -0.01513099670410156, -0.02004241943359375, 0.513338088989257812, 0.857818961143493652, 120, 255, 1, 45745), -- Pandaren Brew (Area: 0 - Difficulty: 0) +(@OGUID+173, 211694, 0, 1, 0, '0', 0, 0, -5123.1162109375, -608.4461669921875, 397.986541748046875, 4.367090702056884765, 0.051519393920898437, -0.06827735900878906, -0.81521415710449218, 0.572808682918548583, 120, 255, 1, 45745), -- Pandaren Brew (Area: 0 - Difficulty: 0) +(@OGUID+174, 221481, 0, 1, 0, '0', 0, 0, -5129.921875, -606.1319580078125, 397.397491455078125, 6.168809890747070312, -0.0073862075805664, 0.002363204956054687, -0.05714035034179687, 0.998336017131805419, 120, 255, 1, 45745), -- Pandaren Kitchen Table (Area: 0 - Difficulty: 0) +(@OGUID+175, 221482, 0, 1, 0, '0', 0, 0, -5132.37353515625, -604.842041015625, 398.2662353515625, 4.305674552917480468, 0, 0, -0.8353424072265625, 0.549730002880096435, 120, 255, 1, 45745), -- PA Mug Bamboo 06 (Area: The Commons - Difficulty: 0) +(@OGUID+176, 221482, 0, 1, 0, '0', 0, 0, -5132.8662109375, -606.904541015625, 398.27825927734375, 5.296348094940185546, 0, 0, -0.47363948822021484, 0.880718827247619628, 120, 255, 1, 45745), -- PA Mug Bamboo 06 (Area: The Commons - Difficulty: 0) +(@OGUID+177, 221482, 0, 1, 0, '0', 0, 0, -5132.85595703125, -606.24481201171875, 398.26959228515625, 4.72117471694946289, 0, 0, -0.70399379730224609, 0.710206151008605957, 120, 255, 1, 45745), -- PA Mug Bamboo 06 (Area: The Commons - Difficulty: 0) +(@OGUID+178, 231782, 0, 1, 0, '0', 0, 0, -5200.220703125, -574.58331298828125, 397.350555419921875, 3.250709056854248046, -0.05051612854003906, -0.01075077056884765, -0.99715709686279296, 0.054865412414073944, 120, 255, 1, 45745), -- Draenei Wagon (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+179, 231868, 0, 1, 0, '0', 0, 0, -5190.69091796875, -573.6632080078125, 397.181488037109375, 0.129276603460311889, -0.01019811630249023, 0.012632369995117187, 0.064708709716796875, 0.997772097587585449, 120, 255, 1, 45745), -- Draenei Table (Area: 0 - Difficulty: 0) +(@OGUID+180, 233577, 0, 1, 0, '0', 0, 0, -5198.0712890625, -575.7100830078125, 398.69427490234375, 0.250584542751312255, 0, 0, 0.124964714050292968, 0.992161214351654052, 120, 255, 1, 45745), -- Crystal Crates (Area: 0 - Difficulty: 0) +(@OGUID+181, 233577, 0, 1, 0, '0', 0, 0, -5197.92724609375, -572.8507080078125, 398.575225830078125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Crystal Crates (Area: 0 - Difficulty: 0) +(@OGUID+182, 246194, 0, 1, 0, '0', 0, 0, -5168.40283203125, -564.55902099609375, 398.311065673828125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Wine Glass (Area: 0 - Difficulty: 0) +(@OGUID+183, 246194, 0, 1, 0, '0', 0, 0, -5165.064453125, -566.83331298828125, 398.293914794921875, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Wine Glass (Area: 0 - Difficulty: 0) +(@OGUID+184, 246194, 0, 1, 0, '0', 0, 0, -5167.859375, -564.8680419921875, 398.302581787109375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Wine Glass (Area: 0 - Difficulty: 0) +(@OGUID+185, 259240, 0, 1, 0, '0', 0, 0, -5169.09716796875, -542.9375, 397.176177978515625, 0.21569843590259552, 0, 0, 0.107640266418457031, 0.994189918041229248, 120, 255, 1, 45745), -- Hay (Area: 0 - Difficulty: 0) +(@OGUID+186, 279592, 0, 1, 0, '0', 0, 0, -5183.61474609375, -482.83160400390625, 387.448394775390625, 0.963018059730529785, 0.017711639404296875, -0.09468650817871093, 0.458652496337890625, 0.883379101753234863, 120, 255, 1, 45745), -- Trough (Area: 0 - Difficulty: 0) +(@OGUID+187, 280648, 0, 1, 0, '0', 0, 0, -5164.1787109375, -636.8663330078125, 397.17620849609375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Barrel 02 (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+188, 280648, 0, 1, 0, '0', 0, 0, -5164.6494140625, -633.5625, 397.17620849609375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Barrel 02 (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+189, 280928, 0, 1, 0, '0', 0, 0, -5159.63720703125, -633.1180419921875, 397.123138427734375, 1.885481953620910644, 0, 0, 0.809171676635742187, 0.587572276592254638, 120, 255, 1, 45745), -- Barrel Rack (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+190, 280928, 0, 1, 0, '0', 0, 0, -5167.60595703125, -630.875, 397.176177978515625, 0.886673569679260253, 0, 0, 0.428956031799316406, 0.903325378894805908, 120, 255, 1, 45745), -- Barrel Rack (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+191, 281065, 0, 1, 0, '0', 0, 0, -5171.57666015625, -618.73785400390625, 398.1895751953125, 5.485543251037597656, 0, 0, -0.38833236694335937, 0.921519398689270019, 120, 255, 1, 45745), -- Cup (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+192, 281065, 0, 1, 0, '0', 0, 0, -5171.908203125, -618.19268798828125, 398.1895751953125, 1.914103865623474121, 0, 0, 0.81749725341796875, 0.575932502746582031, 120, 255, 1, 45745), -- Cup (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+193, 281065, 0, 1, 0, '0', 0, 0, -5175.0556640625, -613.93402099609375, 398.1895751953125, 4.951069831848144531, 0, 0, -0.61789131164550781, 0.786263525485992431, 120, 255, 1, 45745), -- Cup (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+194, 281065, 0, 1, 0, '0', 0, 0, -5171.54541015625, -618.1163330078125, 398.1895751953125, 0.430601328611373901, 0, 0, 0.213641166687011718, 0.976912200450897216, 120, 255, 1, 45745), -- Cup (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+195, 281065, 0, 1, 0, '0', 0, 0, -5175.46337890625, -613.0694580078125, 398.1895751953125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Cup (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+196, 282271, 0, 1, 0, '0', 0, 0, -5182.80224609375, -488.34375, 386.33673095703125, 2.678557634353637695, 0.036777496337890625, -0.01990890502929687, 0.9723663330078125, 0.229684174060821533, 120, 255, 1, 45745), -- Haypile (Area: 0 - Difficulty: 0) +(@OGUID+197, 288421, 0, 1, 0, '0', 0, 0, -5114.96533203125, -589.99652099609375, 397.177398681640625, 1.203696250915527343, 0, 0, 0.566166877746582031, 0.824290633201599121, 120, 255, 1, 45745), -- Hay Bale (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+198, 288422, 0, 1, 0, '0', 0, 0, -5115.55224609375, -590.04864501953125, 397.621673583984375, 2.615433216094970703, -0.30772686004638671, 0.098198890686035156, 0.912507057189941406, 0.250982135534286499, 120, 255, 1, 45745), -- Hay Bale (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+199, 288422, 0, 1, 0, '0', 0, 0, -5168.890625, -538.97222900390625, 397.176666259765625, 6.043868064880371093, 0, 0, -0.11937332153320312, 0.992849469184875488, 120, 255, 1, 45745), -- Hay Bale (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+200, 292549, 0, 1, 0, '0', 0, 0, -5117.33154296875, -590.99652099609375, 397.17620849609375, 0.107637859880924224, 0, 0, 0.053792953491210937, 0.99855208396911621, 120, 255, 1, 45745), -- Hay Bale (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+201, 292549, 0, 1, 0, '0', 0, 0, -5113.5, -584.0555419921875, 397.397979736328125, 5.420305252075195312, 0, 0, -0.41817951202392578, 0.908364415168762207, 120, 255, 1, 45745), -- Hay Bale (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+202, 292549, 0, 1, 0, '0', 0, 0, -5166.970703125, -538.93231201171875, 397.17645263671875, 5.575615406036376953, 0, 0, -0.3464508056640625, 0.938068151473999023, 120, 255, 1, 45745), -- Hay Bale (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+203, 298876, 0, 1, 0, '0', 0, 0, -5160.63525390625, -629.32293701171875, 398.328765869140625, 4.86590576171875, 0, 0, -0.65080165863037109, 0.759247779846191406, 120, 255, 1, 45745), -- Kul Tiras Mug (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+204, 298876, 0, 1, 0, '0', 0, 0, -5162.2431640625, -628.810791015625, 398.369384765625, 1.768260955810546875, 0, 0, 0.773364067077636718, 0.633962154388427734, 120, 255, 1, 45745), -- Kul Tiras Mug (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+205, 326019, 0, 1, 0, '0', 0, 0, -5200.8505859375, -574.6492919921875, 399.01861572265625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Barrel (Area: 0 - Difficulty: 0) +(@OGUID+206, 326019, 0, 1, 0, '0', 0, 0, -5200.6318359375, -573.18231201171875, 398.967987060546875, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Barrel (Area: 0 - Difficulty: 0) +(@OGUID+207, 326019, 0, 1, 0, '0', 0, 0, -5200.484375, -575.99481201171875, 398.97705078125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Barrel (Area: 0 - Difficulty: 0) +(@OGUID+208, 326019, 0, 1, 0, '0', 0, 0, -5199.078125, -574.43927001953125, 398.927520751953125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Barrel (Area: 0 - Difficulty: 0) +(@OGUID+209, 326020, 0, 1, 0, '0', 0, 0, -5194.8037109375, -577.8819580078125, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Lantern (Area: 0 - Difficulty: 0) +(@OGUID+210, 326020, 0, 1, 0, '0', 0, 0, -5195.455078125, -569.55206298828125, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Lantern (Area: 0 - Difficulty: 0) +(@OGUID+211, 326022, 0, 1, 0, '0', 0, 0, -5190.8037109375, -571.3819580078125, 398.416473388671875, 0.703427672386169433, 0, 0, 0.344507217407226562, 0.938783645629882812, 120, 255, 1, 45745), -- Draenei Jug (Area: 0 - Difficulty: 0) +(@OGUID+212, 326023, 0, 1, 0, '0', 0, 0, -5197.77783203125, -574.609375, 398.610748291015625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Jar (Area: 0 - Difficulty: 0) +(@OGUID+213, 326023, 0, 1, 0, '0', 0, 0, -5190.5, -575.201416015625, 398.475830078125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Jar (Area: 0 - Difficulty: 0) +(@OGUID+214, 326025, 0, 1, 0, '0', 0, 0, -5190.25537109375, -575.62677001953125, 398.400970458984375, 1.443730115890502929, 0, 0, 0.660785675048828125, 0.750574648380279541, 120, 255, 1, 45745), -- Draenei Cup (Area: 0 - Difficulty: 0) +(@OGUID+215, 326025, 0, 1, 0, '0', 0, 0, -5190.45166015625, -572.92364501953125, 398.400970458984375, 1.668605923652648925, 0, 0, 0.740828514099121093, 0.67169421911239624, 120, 255, 1, 45745), -- Draenei Cup (Area: 0 - Difficulty: 0) +(@OGUID+216, 326025, 0, 1, 0, '0', 0, 0, -5189.93408203125, -575.84722900390625, 398.400970458984375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Draenei Cup (Area: 0 - Difficulty: 0) +(@OGUID+217, 326025, 0, 1, 0, '0', 0, 0, -5189.72412109375, -575.092041015625, 398.400970458984375, 2.225578546524047851, 0, 0, 0.896935462951660156, 0.442161440849304199, 120, 255, 1, 45745), -- Draenei Cup (Area: 0 - Difficulty: 0) +(@OGUID+218, 326028, 0, 1, 0, '0', 0, 0, -5163.8369140625, -561.97393798828125, 397.18011474609375, 0.96457529067993164, 0, 0, 0.463807106018066406, 0.885936200618743896, 120, 255, 1, 45745), -- Void Elf Tent (Area: 0 - Difficulty: 0) +(@OGUID+219, 326032, 0, 1, 0, '0', 0, 0, -5164.96533203125, -566.623291015625, 397.176177978515625, 4.280599594116210937, 0, 0, -0.84216880798339843, 0.539213955402374267, 120, 255, 1, 45745), -- Void Elf Bar (Area: 0 - Difficulty: 0) +(@OGUID+220, 326032, 0, 1, 0, '0', 0, 0, -5168.01025390625, -564.54168701171875, 397.176177978515625, 3.905273675918579101, 0, 0, -0.92798042297363281, 0.372628986835479736, 120, 255, 1, 45745), -- Void Elf Bar (Area: 0 - Difficulty: 0) +(@OGUID+221, 326033, 0, 1, 0, '0', 0, 0, -5163.7099609375, -627.3055419921875, 397.237701416015625, 4.500928878784179687, 0, 0, -0.77778148651123046, 0.628534793853759765, 120, 255, 1, 45745), -- Stool (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+222, 326033, 0, 1, 0, '0', 0, 0, -5162.173828125, -627.66668701171875, 397.237701416015625, 4.546746253967285156, 0, 0, -0.76317977905273437, 0.646186232566833496, 120, 255, 1, 45745), -- Stool (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+223, 326033, 0, 1, 0, '0', 0, 0, -5160.65478515625, -628, 397.237701416015625, 4.534585475921630859, 0, 0, -0.76709461212158203, 0.641533970832824707, 120, 255, 1, 45745), -- Stool (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+224, 326033, 0, 1, 0, '0', 0, 0, -5168.67724609375, -565.17364501953125, 397.176177978515625, 0.878904163837432861, 0, 0, 0.425443649291992187, 0.904984891414642333, 120, 255, 1, 45745), -- Stool (Area: 0 - Difficulty: 0) +(@OGUID+225, 326033, 0, 1, 0, '0', 0, 0, -5165.375, -567.4774169921875, 397.176177978515625, 1.297124147415161132, 0, 0, 0.604041099548339843, 0.796953141689300537, 120, 255, 1, 45745), -- Stool (Area: 0 - Difficulty: 0) +(@OGUID+226, 326035, 0, 1, 0, '0', 0, 0, -5164.65625, -566.8507080078125, 398.300628662109375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Voidwine (Area: 0 - Difficulty: 0) +(@OGUID+227, 326039, 0, 1, 0, '0', 0, 0, -5160.85400390625, -562.045166015625, 396.997955322265625, 3.822455406188964843, 0, 0, -0.94261074066162109, 0.33389371633529663, 120, 255, 1, 45745), -- Voidwine Barrel (Area: 0 - Difficulty: 0) +(@OGUID+228, 326040, 0, 1, 0, '0', 0, 0, -5162.67724609375, -560.70831298828125, 396.904144287109375, 3.818240880966186523, -0.12697172164916992, -0.05511856079101562, -0.93377494812011718, 0.330006778240203857, 120, 255, 1, 45745), -- Void Elf Banner (Area: 0 - Difficulty: 0) +(@OGUID+229, 326041, 0, 1, 0, '0', 0, 0, -5164.921875, -558.4461669921875, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Voidwine Barrel (Area: 0 - Difficulty: 0) +(@OGUID+230, 326041, 0, 1, 0, '0', 0, 0, -5165.7568359375, -558.6024169921875, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Voidwine Barrel (Area: 0 - Difficulty: 0) +(@OGUID+231, 326042, 0, 1, 0, '0', 0, 0, -5164.3212890625, -558.9930419921875, 397.5264892578125, 5.115803718566894531, 0.594038963317871093, -0.38591194152832031, -0.3934640884399414, 0.585982680320739746, 120, 255, 1, 45745), -- Voidwine Barrel (Area: 0 - Difficulty: 0) +(@OGUID+232, 326044, 0, 1, 0, '0', 0, 0, -5164.44091796875, -636.59027099609375, 397.17620849609375, 1.319617033004760742, 0, 0, 0.612965583801269531, 0.790109574794769287, 120, 255, 1, 45745), -- Kul Tiran Tent (Area: The Commons - Difficulty: 0) +(@OGUID+233, 326045, 0, 1, 0, '0', 0, 0, -5162.48291015625, -628.94097900390625, 397.230377197265625, 1.343426108360290527, 0, 0, 0.622327804565429687, 0.782756745815277099, 120, 255, 1, 45745), -- Kul Tiran Bar (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+234, 326046, 0, 1, 0, '0', 0, 0, -5163.54541015625, -638.6632080078125, 397.17620849609375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Kul Tiran Barrel (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+235, 326046, 0, 1, 0, '0', 0, 0, -5166.27978515625, -637.73614501953125, 397.17620849609375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Kul Tiran Barrel (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+236, 326046, 0, 1, 0, '0', 0, 0, -5162.68408203125, -635.28125, 397.043609619140625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Kul Tiran Barrel (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+237, 326046, 0, 1, 0, '0', 0, 0, -5159.35595703125, -634.0069580078125, 398.117950439453125, 0.293403208255767822, -0.70722818374633789, 0.113614082336425781, 0.317144393920898437, 0.621562182903289794, 120, 255, 1, 45745), -- Kul Tiran Barrel (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+238, 326046, 0, 1, 0, '0', 0, 0, -5164.78466796875, -635.96356201171875, 397.12091064453125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Kul Tiran Barrel (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+239, 326046, 0, 1, 0, '0', 0, 0, -5168.20654296875, -631.578125, 398.170989990234375, 5.577785968780517578, -0.56644344329833984, 0.4384307861328125, -0.01925373077392578, 0.697531044483184814, 120, 255, 1, 45745), -- Kul Tiran Barrel (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+240, 326051, 0, 1, 0, '0', 0, 0, -5119.0380859375, -581.779541015625, 397.2867431640625, 4.202334880828857421, 0, 0, -0.86261940002441406, 0.505853474140167236, 120, 255, 1, 45745), -- Outhouse (Area: 0 - Difficulty: 0) +(@OGUID+241, 326051, 0, 1, 0, '0', 0, 0, -5116.064453125, -584.234375, 397.23968505859375, 3.831080198287963867, 0, 0, -0.941162109375, 0.337955445051193237, 120, 255, 1, 45745), -- Outhouse (Area: 0 - Difficulty: 0) +(@OGUID+242, 326051, 0, 1, 0, '0', 0, 0, -5114.15966796875, -587.6649169921875, 397.21405029296875, 3.442747354507446289, 0, 0, -0.98868465423583984, 0.150008872151374816, 120, 255, 1, 45745), -- Outhouse (Area: 0 - Difficulty: 0) +(@OGUID+243, 326052, 0, 1, 0, '0', 0, 0, -5180.767578125, -621.8524169921875, 397.176177978515625, 3.980662107467651367, 0, 0, -0.91327857971191406, 0.407335519790649414, 120, 255, 1, 45745), -- Mole Machine (Area: The Commons - Difficulty: 0) +(@OGUID+244, 326063, 0, 1, 0, '0', 0, 0, -5171.80908203125, -618.3992919921875, 396.7427978515625, 4.633829593658447265, 0, 0, -0.7343292236328125, 0.678793489933013916, 120, 255, 1, 45745), -- Dark Iron Table (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+245, 326063, 0, 1, 0, '0', 0, 0, -5175.515625, -613.623291015625, 396.728424072265625, 5.868887901306152343, 0, 0, -0.20567035675048828, 0.978621363639831542, 120, 255, 1, 45745), -- Dark Iron Table (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+246, 326106, 0, 1, 0, '0', 0, 0, -5218.3837890625, -501.517364501953125, 387.872711181640625, 0.598423898220062255, -0.02807378768920898, -0.01465415954589843, 0.2944488525390625, 0.955142378807067871, 120, 255, 1, 45745), -- Pandaren Noodle Cart (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+247, 326138, 0, 1, 0, '0', 0, 0, -5145.91650390625, -623.3507080078125, 397.682159423828125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 45745), -- Party Table (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+248, 326138, 0, 1, 0, '0', 0, 0, -5174.27783203125, -594.07293701171875, 397.849090576171875, 0.016056232154369354, 0, 0, 0.008028030395507812, 0.999967753887176513, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+249, 326138, 0, 1, 0, '0', 0, 0, -5183.34228515625, -583.8507080078125, 397.643951416015625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+250, 326138, 0, 1, 0, '0', 0, 0, -5142.04345703125, -606.40972900390625, 398.206787109375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+251, 326138, 0, 1, 0, '0', 0, 0, -5160.45654296875, -593.65625, 397.989593505859375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+252, 326138, 0, 1, 0, '0', 0, 0, -5179.06787109375, -545.79339599609375, 397.17510986328125, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+253, 326138, 0, 1, 0, '0', 0, 0, -5162.3837890625, -573.11285400390625, 397.176177978515625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+254, 326138, 0, 1, 0, '0', 0, 0, -5179.36962890625, -540.63543701171875, 397.0732421875, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+255, 326138, 0, 1, 0, '0', 0, 0, -5212.578125, -509.3125, 389.029327392578125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+256, 326138, 0, 1, 0, '0', 0, 0, -5192.580078125, -516.39410400390625, 389.979248046875, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+257, 326138, 0, 1, 0, '0', 0, 0, -5136.16162109375, -591.39581298828125, 397.176177978515625, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 45745), -- Party Table (Area: 0 - Difficulty: 0) +(@OGUID+258, 326139, 0, 1, 0, '0', 0, 0, -5146.20166015625, -623.54864501953125, 398.764007568359375, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+259, 326139, 0, 1, 0, '0', 0, 0, -5145.5400390625, -623.375, 398.770843505859375, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+260, 326139, 0, 1, 0, '0', 0, 0, -5146.24658203125, -622.99481201171875, 398.756195068359375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+261, 326139, 0, 1, 0, '0', 0, 0, -5173.74658203125, -594.33331298828125, 398.915008544921875, 5.60111236572265625, 0, 0, -0.33446407318115234, 0.942408502101898193, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+262, 326139, 0, 1, 0, '0', 0, 0, -5174.111328125, -593.67364501953125, 398.901580810546875, 1.551945924758911132, 0, 0, 0.700410842895507812, 0.713739931583404541, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+263, 326139, 0, 1, 0, '0', 0, 0, -5174.4443359375, -594.3367919921875, 398.887420654296875, 0.766549289226531982, 0, 0, 0.373959541320800781, 0.927444994449615478, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+264, 326139, 0, 1, 0, '0', 0, 0, -5145.84912109375, -622.9461669921875, 398.762054443359375, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+265, 326139, 0, 1, 0, '0', 0, 0, -5182.86962890625, -583.61456298828125, 398.705963134765625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+266, 326139, 0, 1, 0, '0', 0, 0, -5142.08837890625, -606.05731201171875, 399.255279541015625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+267, 326139, 0, 1, 0, '0', 0, 0, -5182.88037109375, -584.07989501953125, 398.705963134765625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+268, 326139, 0, 1, 0, '0', 0, 0, -5160.75341796875, -593.59552001953125, 399.090789794921875, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+269, 326139, 0, 1, 0, '0', 0, 0, -5160.361328125, -593.3680419921875, 399.051025390625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+270, 326139, 0, 1, 0, '0', 0, 0, -5141.84228515625, -606.51043701171875, 399.271392822265625, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+271, 326139, 0, 1, 0, '0', 0, 0, -5183.470703125, -584.2882080078125, 398.705963134765625, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+272, 326139, 0, 1, 0, '0', 0, 0, -5183.48779296875, -583.55902099609375, 398.705963134765625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+273, 326139, 0, 1, 0, '0', 0, 0, -5160.11474609375, -593.8211669921875, 399.065673828125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+274, 326139, 0, 1, 0, '0', 0, 0, -5142.17724609375, -606.7899169921875, 399.283111572265625, 2.643405437469482421, 0, 0, 0.969136238098144531, 0.246525704860687255, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+275, 326139, 0, 1, 0, '0', 0, 0, -5160.44775390625, -594.1007080078125, 399.100341796875, 2.643405437469482421, 0, 0, 0.969136238098144531, 0.246525704860687255, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+276, 326139, 0, 1, 0, '0', 0, 0, -5161.9755859375, -573.53643798828125, 398.244903564453125, 4.999567985534667968, 0, 0, -0.59864521026611328, 0.801014304161071777, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+277, 326139, 0, 1, 0, '0', 0, 0, -5162.55224609375, -573.59893798828125, 398.244903564453125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+278, 326139, 0, 1, 0, '0', 0, 0, -5162.28125, -573.1788330078125, 398.251861572265625, 5.900098323822021484, 0, 0, -0.19037437438964843, 0.981711566448211669, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+279, 326139, 0, 1, 0, '0', 0, 0, -5162.953125, -573.265625, 398.244903564453125, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+280, 326139, 0, 1, 0, '0', 0, 0, -5179.62158203125, -545.93402099609375, 398.24468994140625, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+281, 326139, 0, 1, 0, '0', 0, 0, -5179.13720703125, -546.0225830078125, 398.25177001953125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+282, 326139, 0, 1, 0, '0', 0, 0, -5162.35791015625, -572.51910400390625, 398.23046875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+283, 326139, 0, 1, 0, '0', 0, 0, -5178.8125, -545.625, 398.24395751953125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+284, 326139, 0, 1, 0, '0', 0, 0, -5179.3037109375, -545.545166015625, 398.243804931640625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+285, 326139, 0, 1, 0, '0', 0, 0, -5179.20849609375, -540.17706298828125, 398.10089111328125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+286, 326139, 0, 1, 0, '0', 0, 0, -5179.1630859375, -540.81427001953125, 398.08917236328125, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+287, 326139, 0, 1, 0, '0', 0, 0, -5179.82666015625, -540.4305419921875, 398.110565185546875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+288, 326139, 0, 1, 0, '0', 0, 0, -5179.59375, -540.96527099609375, 398.12139892578125, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+289, 326139, 0, 1, 0, '0', 0, 0, -5193.017578125, -516.328125, 391.02032470703125, 5.644706249237060546, 0, 0, -0.31384468078613281, 0.949474334716796875, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+290, 326139, 0, 1, 0, '0', 0, 0, -5212.33154296875, -509.095489501953125, 390.1075439453125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+291, 326139, 0, 1, 0, '0', 0, 0, -5212.796875, -509.154510498046875, 390.0870361328125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+292, 326139, 0, 1, 0, '0', 0, 0, -5192.625, -516.8663330078125, 391.000030517578125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+293, 326139, 0, 1, 0, '0', 0, 0, -5192.39599609375, -516.13018798828125, 391.023468017578125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+294, 326139, 0, 1, 0, '0', 0, 0, -5212.267578125, -509.5382080078125, 390.0928955078125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+295, 326139, 0, 1, 0, '0', 0, 0, -5136.125, -591.75, 398.24188232421875, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+296, 326139, 0, 1, 0, '0', 0, 0, -5135.95166015625, -591.295166015625, 398.24188232421875, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+297, 326139, 0, 1, 0, '0', 0, 0, -5136.2744140625, -590.96527099609375, 398.24188232421875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: 0 - Difficulty: 0) +(@OGUID+298, 326705, 0, 1, 0, '0', 0, 0, -5192.1181640625, -591.28302001953125, 397.17620849609375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+299, 326705, 0, 1, 0, '0', 0, 0, -5166.546875, -603.31597900390625, 397.92095947265625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+300, 326705, 0, 1, 0, '0', 0, 0, -5138.65625, -619.8125, 397.58795166015625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+301, 326705, 0, 1, 0, '0', 0, 0, -5157.1630859375, -596.28472900390625, 398.020111083984375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+302, 326705, 0, 1, 0, '0', 0, 0, -5194.423828125, -580.84722900390625, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+303, 326705, 0, 1, 0, '0', 0, 0, -5134.09716796875, -611.03302001953125, 397.53985595703125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+304, 326705, 0, 1, 0, '0', 0, 0, -5184.548828125, -539.83331298828125, 397.09051513671875, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+305, 326705, 0, 1, 0, '0', 0, 0, -5208.515625, -531.592041015625, 392.644378662109375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+306, 326705, 0, 1, 0, '0', 0, 0, -5184.2431640625, -547.513916015625, 397.175201416015625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+307, 326705, 0, 1, 0, '0', 0, 0, -5151.45849609375, -575.546875, 397.17620849609375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+308, 326705, 0, 1, 0, '0', 0, 0, -5157.70654296875, -567.998291015625, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+309, 326705, 0, 1, 0, '0', 0, 0, -5190.642578125, -523.23785400390625, 391.599761962890625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+310, 326705, 0, 1, 0, '0', 0, 0, -5222.125, -473.25347900390625, 386.369781494140625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+311, 326705, 0, 1, 0, '0', 0, 0, -5213.21533203125, -464.263885498046875, 386.511962890625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+312, 326705, 0, 1, 0, '0', 0, 0, -5132.625, -591.373291015625, 397.17681884765625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+313, 326705, 0, 1, 0, '0', 0, 0, -5129.68408203125, -599.31597900390625, 397.193511962890625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: 0 - Difficulty: 0) +(@OGUID+314, 326707, 0, 1, 0, '0', 0, 0, -5125.3662109375, -617.22052001953125, 397.93609619140625, 0.166002079844474792, 0, 0, 0.082905769348144531, 0.996557414531707763, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+315, 326707, 0, 1, 0, '0', 0, 0, -5170.8974609375, -553.65625, 397.17620849609375, 4.760150432586669921, 0, 0, -0.69002056121826171, 0.723789811134338378, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+316, 326708, 0, 1, 0, '0', 0, 0, -5125.94970703125, -614.62847900390625, 397.799224853515625, 0.286381840705871582, 0, 0, 0.142702102661132812, 0.989765703678131103, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+317, 326708, 0, 1, 0, '0', 0, 0, -5128.18603515625, -599.359375, 397.176300048828125, 3.162077665328979492, 0, 0, -0.99994754791259765, 0.010242274031043052, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+318, 326708, 0, 1, 0, '0', 0, 0, -5131.4755859375, -587.44964599609375, 397.176177978515625, 0.470459818840026855, 0, 0, 0.233066558837890625, 0.972460806369781494, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+319, 326708, 0, 1, 0, '0', 0, 0, -5143.52978515625, -572.1805419921875, 397.176177978515625, 3.868233680725097656, 0, 0, -0.93472194671630859, 0.355379939079284667, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+320, 326708, 0, 1, 0, '0', 0, 0, -5197.18603515625, -593.63714599609375, 397.49725341796875, 0.214370891451835632, 0, 0, 0.106980323791503906, 0.994261145591735839, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+321, 326708, 0, 1, 0, '0', 0, 0, -5173.56103515625, -553.7430419921875, 397.176177978515625, 1.723410487174987792, 0, 0, 0.758954048156738281, 0.651144206523895263, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+322, 326708, 0, 1, 0, '0', 0, 0, -5198.6318359375, -567.01043701171875, 397.20025634765625, 5.476744651794433593, 0, 0, -0.39238262176513671, 0.919802069664001464, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+323, 326709, 0, 1, 0, '0', 0, 0, -5200.60400390625, -568.935791015625, 397.281463623046875, 2.507968902587890625, 0, 0, 0.95023345947265625, 0.311538755893707275, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+324, 326710, 0, 1, 0, '0', 0, 0, -5144.22412109375, -641.15802001953125, 397.17620849609375, 1.729996323585510253, 0, 0, 0.761094093322753906, 0.648641467094421386, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+325, 326710, 0, 1, 0, '0', 0, 0, -5141.6650390625, -640.6649169921875, 397.17620849609375, 1.776776552200317382, 0, 0, 0.776056289672851562, 0.630663633346557617, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+326, 326710, 0, 1, 0, '0', 0, 0, -5154.08349609375, -642.8367919921875, 397.17620849609375, 1.746273636817932128, 0, 0, 0.766347885131835937, 0.642425775527954101, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+327, 326710, 0, 1, 0, '0', 0, 0, -5136.96875, -638.79168701171875, 397.176116943359375, 2.090372085571289062, 0, 0, 0.865017890930175781, 0.501740992069244384, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+328, 326710, 0, 1, 0, '0', 0, 0, -5161.8193359375, -643.67706298828125, 397.17620849609375, 1.624502897262573242, 0, 0, 0.72583770751953125, 0.687865972518920898, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+329, 326710, 0, 1, 0, '0', 0, 0, -5129.142578125, -632.20831298828125, 397.212677001953125, 2.427927494049072265, 0, 0, 0.937007904052734375, 0.349308162927627563, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+330, 326710, 0, 1, 0, '0', 0, 0, -5130.80224609375, -634.1319580078125, 397.19097900390625, 2.381143093109130859, 0, 0, 0.92858123779296875, 0.371129155158996582, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+331, 326710, 0, 1, 0, '0', 0, 0, -5139.27099609375, -639.94964599609375, 397.176239013671875, 1.907614588737487792, 0, 0, 0.815624237060546875, 0.578581988811492919, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+332, 326710, 0, 1, 0, '0', 0, 0, -5159.22216796875, -643.5242919921875, 397.17620849609375, 1.632976174354553222, 0, 0, 0.728745460510253906, 0.68478471040725708, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+333, 326710, 0, 1, 0, '0', 0, 0, -5125.5625, -625.51043701171875, 397.928924560546875, 2.857323169708251953, 0, 0, 0.989915847778320312, 0.141656696796417236, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+334, 326710, 0, 1, 0, '0', 0, 0, -5125.3125, -620.01739501953125, 397.878997802734375, 3.236804723739624023, 0, 0, -0.99886703491210937, 0.047588013112545013, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+335, 326710, 0, 1, 0, '0', 0, 0, -5126.501953125, -628.05731201171875, 397.70086669921875, 2.725889444351196289, 0, 0, 0.978476524353027343, 0.206358194351196289, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+336, 326710, 0, 1, 0, '0', 0, 0, -5132.876953125, -635.97222900390625, 397.196197509765625, 2.258870124816894531, 0, 0, 0.904170989990234375, 0.42717069387435913, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+337, 326710, 0, 1, 0, '0', 0, 0, -5134.8193359375, -637.421875, 397.17620849609375, 2.13715362548828125, 0, 0, 0.876516342163085937, 0.481372088193893432, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+338, 326710, 0, 1, 0, '0', 0, 0, -5149.080078125, -642.12847900390625, 397.17620849609375, 1.729905247688293457, 0, 0, 0.761064529418945312, 0.648676156997680664, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+339, 326710, 0, 1, 0, '0', 0, 0, -5127.69091796875, -630.26043701171875, 397.463531494140625, 2.549642324447631835, 0, 0, 0.956518173217773437, 0.291672766208648681, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+340, 326710, 0, 1, 0, '0', 0, 0, -5125.16650390625, -622.875, 397.89874267578125, 3.030885696411132812, 0, 0, 0.998468399047851562, 0.05532519519329071, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+341, 326710, 0, 1, 0, '0', 0, 0, -5146.55908203125, -641.5625, 397.17620849609375, 1.796420812606811523, 0, 0, 0.782213211059570312, 0.623010814189910888, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+342, 326710, 0, 1, 0, '0', 0, 0, -5151.65966796875, -642.50347900390625, 397.17620849609375, 1.683123469352722167, 0, 0, 0.745684623718261718, 0.666299104690551757, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+343, 326710, 0, 1, 0, '0', 0, 0, -5156.63037109375, -643.27606201171875, 397.17620849609375, 1.679760217666625976, 0, 0, 0.744563102722167968, 0.667552053928375244, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+344, 326710, 0, 1, 0, '0', 0, 0, -5166.859375, -642.90625, 397.17620849609375, 1.146090626716613769, 0, 0, 0.542193412780761718, 0.840253710746765136, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+345, 326710, 0, 1, 0, '0', 0, 0, -5169.11962890625, -641.67535400390625, 397.17620849609375, 0.969405174255371093, 0, 0, 0.465945243835449218, 0.884813547134399414, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+346, 326710, 0, 1, 0, '0', 0, 0, -5164.32275390625, -643.6024169921875, 397.17620849609375, 1.382834315299987792, 0, 0, 0.637629508972167968, 0.770343184471130371, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+347, 326710, 0, 1, 0, '0', 0, 0, -5171.158203125, -640.232666015625, 397.17620849609375, 0.943816900253295898, 0, 0, 0.454586982727050781, 0.890702366828918457, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+348, 326710, 0, 1, 0, '0', 0, 0, -5173.22216796875, -638.685791015625, 397.176177978515625, 0.903493523597717285, 0, 0, 0.436537742614746093, 0.899685919284820556, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+349, 326710, 0, 1, 0, '0', 0, 0, -5177.27978515625, -635.421875, 397.176177978515625, 0.872886896133422851, 0, 0, 0.422719001770019531, 0.906260788440704345, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+350, 326710, 0, 1, 0, '0', 0, 0, -5175.30908203125, -637.0399169921875, 397.176177978515625, 0.903493523597717285, 0, 0, 0.436537742614746093, 0.899685919284820556, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+351, 326710, 0, 1, 0, '0', 0, 0, -5183.3681640625, -630.21875, 397.176177978515625, 0.756322264671325683, 0, 0, 0.369212150573730468, 0.929345130920410156, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+352, 326710, 0, 1, 0, '0', 0, 0, -5179.3369140625, -633.7274169921875, 397.176177978515625, 0.872886896133422851, 0, 0, 0.422719001770019531, 0.906260788440704345, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+353, 326710, 0, 1, 0, '0', 0, 0, -5181.390625, -631.984375, 397.176177978515625, 0.872886896133422851, 0, 0, 0.422719001770019531, 0.906260788440704345, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+354, 326710, 0, 1, 0, '0', 0, 0, -5185.18603515625, -628.30035400390625, 397.176177978515625, 0.745153367519378662, 0, 0, 0.364016532897949218, 0.931392490863800048, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+355, 326710, 0, 1, 0, '0', 0, 0, -5186.8125, -626.22052001953125, 397.176177978515625, 0.505139827728271484, 0, 0, 0.2498931884765625, 0.968273401260375976, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+356, 326710, 0, 1, 0, '0', 0, 0, -5187.98095703125, -623.78643798828125, 397.176177978515625, 0.308157920837402343, 0, 0, 0.153470039367675781, 0.988153278827667236, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+357, 326710, 0, 1, 0, '0', 0, 0, -5190.03125, -616.50177001953125, 397.176177978515625, 0.250782549381256103, 0, 0, 0.125062942504882812, 0.992148816585540771, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+358, 326710, 0, 1, 0, '0', 0, 0, -5193.5087890625, -606.51910400390625, 397.1788330078125, 0.354274392127990722, 0, 0, 0.176212310791015625, 0.984352171421051025, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+359, 326710, 0, 1, 0, '0', 0, 0, -5189.28466796875, -619.09552001953125, 397.176177978515625, 0.225481539964675903, 0, 0, 0.112502098083496093, 0.993651449680328369, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+360, 326710, 0, 1, 0, '0', 0, 0, -5188.67041015625, -621.4913330078125, 397.176177978515625, 0.276720911264419555, 0, 0, 0.137919425964355468, 0.99044346809387207, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+361, 326710, 0, 1, 0, '0', 0, 0, -5192.63916015625, -609.01043701171875, 397.17926025390625, 0.342590510845184326, 0, 0, 0.170458793640136718, 0.985364794731140136, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+362, 326710, 0, 1, 0, '0', 0, 0, -5194.38916015625, -604.07989501953125, 397.396820068359375, 0.255781680345535278, 0, 0, 0.127542495727539062, 0.991833090782165527, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+363, 326710, 0, 1, 0, '0', 0, 0, -5190.8681640625, -614.0399169921875, 397.176177978515625, 0.265682846307754516, 0, 0, 0.132451057434082031, 0.991189539432525634, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+364, 326710, 0, 1, 0, '0', 0, 0, -5191.72900390625, -611.56427001953125, 397.176177978515625, 0.342365980148315429, 0, 0, 0.170348167419433593, 0.985383927822113037, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+365, 326710, 0, 1, 0, '0', 0, 0, -5195.15087890625, -601.498291015625, 397.503326416015625, 0.255781680345535278, 0, 0, 0.127542495727539062, 0.991833090782165527, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+366, 326710, 0, 1, 0, '0', 0, 0, -5196.51904296875, -596.310791015625, 397.507720947265625, 0.255781680345535278, 0, 0, 0.127542495727539062, 0.991833090782165527, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+367, 326710, 0, 1, 0, '0', 0, 0, -5148.44775390625, -566.01043701171875, 397.176177978515625, 3.798154354095458984, 0, 0, -0.94659805297851562, 0.322416037321090698, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+368, 326710, 0, 1, 0, '0', 0, 0, -5146.90087890625, -567.99652099609375, 397.176177978515625, 3.791561841964721679, 0, 0, -0.94765567779541015, 0.319294124841690063, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+369, 326710, 0, 1, 0, '0', 0, 0, -5195.861328125, -598.99481201171875, 397.6397705078125, 0.255781680345535278, 0, 0, 0.127542495727539062, 0.991833090782165527, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+370, 326710, 0, 1, 0, '0', 0, 0, -5145.30712890625, -570.1163330078125, 397.176177978515625, 3.791561841964721679, 0, 0, -0.94765567779541015, 0.319294124841690063, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+371, 326710, 0, 1, 0, '0', 0, 0, -5154.1787109375, -560.57989501953125, 397.176177978515625, 3.952394485473632812, 0, 0, -0.91894435882568359, 0.39438718557357788, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+372, 326710, 0, 1, 0, '0', 0, 0, -5152.25341796875, -562.27606201171875, 397.176177978515625, 3.952394485473632812, 0, 0, -0.91894435882568359, 0.39438718557357788, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+373, 326710, 0, 1, 0, '0', 0, 0, -5150.25, -564.1649169921875, 397.176177978515625, 3.952394485473632812, 0, 0, -0.91894435882568359, 0.39438718557357788, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+374, 326710, 0, 1, 0, '0', 0, 0, -5156.25, -558.8367919921875, 397.176177978515625, 3.989417552947998046, 0, 0, -0.91148662567138671, 0.411329716444015502, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+375, 326710, 0, 1, 0, '0', 0, 0, -5165.5712890625, -553.810791015625, 397.176177978515625, 4.519698143005371093, 0, 0, -0.77184867858886718, 0.635806262493133544, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+376, 326710, 0, 1, 0, '0', 0, 0, -5163.04541015625, -554.6319580078125, 397.176177978515625, 4.18112945556640625, 0, 0, -0.86793422698974609, 0.496679127216339111, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+377, 326710, 0, 1, 0, '0', 0, 0, -5160.6806640625, -555.920166015625, 397.176177978515625, 4.18112945556640625, 0, 0, -0.86793422698974609, 0.496679127216339111, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+378, 326710, 0, 1, 0, '0', 0, 0, -5168.23974609375, -553.59375, 397.176177978515625, 4.641857147216796875, 0, 0, -0.7315988540649414, 0.681735336780548095, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+379, 326710, 0, 1, 0, '0', 0, 0, -5158.42041015625, -557.25, 397.176177978515625, 4.05233001708984375, 0, 0, -0.89809894561767578, 0.439793437719345092, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+380, 326711, 0, 1, 0, '0', 0, 0, -5172.98779296875, -548.0538330078125, 397.13677978515625, 1.665784955024719238, 0.008561134338378906, 0.076592445373535156, 0.735773086547851562, 0.672828555107116699, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+381, 326711, 0, 1, 0, '0', 0, 0, -5188.47900390625, -491.864593505859375, 386.9805908203125, 1.759848356246948242, 0.004950523376464843, 0.076910972595214843, 0.766592025756835937, 0.637492656707763671, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+382, 326712, 0, 1, 0, '0', 0, 0, -5117.66162109375, -592.404541015625, 397.178680419921875, 4.84009552001953125, 0, 0, -0.66054534912109375, 0.750786125659942626, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+383, 326712, 0, 1, 0, '0', 0, 0, -5121.44775390625, -582.22052001953125, 397.17633056640625, 5.839450359344482421, 0, 0, -0.22005176544189453, 0.975488185882568359, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+384, 326712, 0, 1, 0, '0', 0, 0, -5174.2431640625, -537.6163330078125, 397.027008056640625, 1.649347543716430664, 0.020443916320800781, 0.009914398193359375, 0.734255790710449218, 0.678492605686187744, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+385, 326712, 0, 1, 0, '0', 0, 0, -5190.173828125, -481.267364501953125, 387.583587646484375, 1.651724457740783691, 0.020432472229003906, 0.009938240051269531, 0.7350616455078125, 0.677619457244873046, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+386, 326713, 0, 1, 0, '0', 0, 0, -5123.578125, -584.623291015625, 397.176177978515625, 2.0926666259765625, 0, 0, 0.86559295654296875, 0.500748276710510253, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+387, 326713, 0, 1, 0, '0', 0, 0, -5120.80224609375, -593.65277099609375, 397.176177978515625, 2.0926666259765625, 0, 0, 0.86559295654296875, 0.500748276710510253, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+388, 326714, 0, 1, 0, '0', 0, 0, -5123.765625, -595.25177001953125, 397.176177978515625, 2.0926666259765625, 0, 0, 0.86559295654296875, 0.500748276710510253, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+389, 326714, 0, 1, 0, '0', 0, 0, -5129.45849609375, -587.9757080078125, 397.176177978515625, 2.0926666259765625, 0, 0, 0.86559295654296875, 0.500748276710510253, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+390, 326714, 0, 1, 0, '0', 0, 0, -5126.517578125, -597.05902099609375, 397.176177978515625, 2.204650163650512695, 0, 0, 0.892259597778320312, 0.451522767543792724, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+391, 326714, 0, 1, 0, '0', 0, 0, -5126.54345703125, -586.31427001953125, 397.176177978515625, 2.0926666259765625, 0, 0, 0.86559295654296875, 0.500748276710510253, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+392, 326714, 0, 1, 0, '0', 0, 0, -5169.54345703125, -547.62677001953125, 397.13385009765625, 4.813327312469482421, -0.01427030563354492, -0.01123428344726562, -0.67046451568603515, 0.741719245910644531, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+393, 326714, 0, 1, 0, '0', 0, 0, -5166.1875, -547.40277099609375, 397.13385009765625, 4.802457332611083984, -0.00433015823364257, -0.0470895767211914, -0.67300605773925781, 0.738123714923858642, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+394, 326714, 0, 1, 0, '0', 0, 0, -5164.845703125, -545.55731201171875, 397.10760498046875, 0.144406542181968688, 0.011277198791503906, -0.02405261993408203, 0.072350502014160156, 0.99702543020248413, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+395, 326714, 0, 1, 0, '0', 0, 0, -5165.34228515625, -542.15972900390625, 397.13385009765625, 0.105491809546947479, 0.027575016021728515, -0.0208740234375, 0.053278923034667968, 0.997980594635009765, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+396, 326714, 0, 1, 0, '0', 0, 0, -5165.6650390625, -538.78125, 397.134185791015625, 0.126816213130950927, 0.046977043151855468, -0.02099895477294921, 0.064371109008789062, 0.996598482131958007, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+397, 326714, 0, 1, 0, '0', 0, 0, -5170.908203125, -537.3992919921875, 397.13385009765625, 1.5889512300491333, 0.026137351989746093, -0.0079355239868164, 0.713444709777832031, 0.700178921222686767, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+398, 326714, 0, 1, 0, '0', 0, 0, -5167.5224609375, -537.28125, 397.134674072265625, 1.580087900161743164, 0.026101589202880859, -0.00805091857910156, 0.71033477783203125, 0.703333735466003417, 120, 255, 1, 45745), -- Fence (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+399, 326714, 0, 1, 0, '0', 0, 0, -5181.546875, -482.229156494140625, 387.47320556640625, 0.166832908987998962, 0.047387599945068359, -0.02005481719970703, 0.08429718017578125, 0.995111167430877685, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+400, 326714, 0, 1, 0, '0', 0, 0, -5185.064453125, -491.22222900390625, 386.694244384765625, 4.853343486785888671, -0.01404285430908203, -0.01151752471923828, -0.65549087524414062, 0.754984676837921142, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+401, 326714, 0, 1, 0, '0', 0, 0, -5181.71728515625, -490.86285400390625, 386.747802734375, 4.842473506927490234, -0.00338697433471679, -0.04716682434082031, -0.65810394287109375, 0.751440644264221191, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+402, 326714, 0, 1, 0, '0', 0, 0, -5186.84228515625, -480.98089599609375, 387.292205810546875, 1.60205698013305664, 0.026188850402832031, -0.00776386260986328, 0.718017578125, 0.69548875093460083, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+403, 326714, 0, 1, 0, '0', 0, 0, -5183.46728515625, -480.755218505859375, 387.535064697265625, 1.671592354774475097, 0.026442527770996093, -0.00684833526611328, 0.741759300231933593, 0.670109689235687255, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+404, 326714, 0, 1, 0, '0', 0, 0, -5180.45166015625, -488.96527099609375, 386.878448486328125, 0.162047371268272399, 0.050759315490722656, -0.02096176147460937, 0.082033157348632812, 0.995115399360656738, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+405, 326714, 0, 1, 0, '0', 0, 0, -5181.08154296875, -485.59375, 387.21612548828125, 0.144628554582595825, 0.050574779510498046, -0.02140331268310546, 0.073363304138183593, 0.995792090892791748, 120, 255, 1, 45745), -- Fence (Area: 0 - Difficulty: 0) +(@OGUID+406, 327133, 0, 1, 0, '0', 0, 0, -5157.5869140625, -604.07293701171875, 397.884490966796875, 2.235637664794921875, 0, 0, 0.899147987365722656, 0.437644720077514648, 120, 255, 1, 45745), -- Shoutbox (Area: The Commons - Difficulty: 0) +(@OGUID+407, 327134, 0, 1, 0, '0', 0, 0, -5161.94287109375, -601.87152099609375, 400.393829345703125, 0.635089218616485595, 0, 0, 0.312234878540039062, 0.950004935264587402, 120, 255, 1, 45745), -- Brewfest Ceremonial Keg (Area: The Commons - Difficulty: 0) +(@OGUID+408, 327165, 0, 1, 0, '0', 0, 0, -5172.90625, -628.5069580078125, 397.176177978515625, 4.959664344787597656, 0, 0, -0.61450672149658203, 0.78891158103942871, 120, 255, 1, 45745), -- Keg (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+409, 327165, 0, 1, 0, '0', 0, 0, -5172.080078125, -627.3038330078125, 397.176177978515625, 3.633215665817260742, 0, 0, -0.969940185546875, 0.243343427777290344, 120, 255, 1, 45745), -- Keg (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+410, 327165, 0, 1, 0, '0', 0, 0, -5171.3662109375, -628.65625, 397.176177978515625, 0.351994037628173828, 0, 0, 0.175089836120605468, 0.984552443027496337, 120, 255, 1, 45745), -- Keg (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+411, 327182, 0, 1, 0, '0', 0, 0, -5199.470703125, -550.09722900390625, 397.13055419921875, 0.629682838916778564, 0, 0, 0.309665679931640625, 0.95084547996520996, 120, 255, 1, 45745), -- Table (Area: Gates of Ironforge - Difficulty: 0) +(@OGUID+412, 327538, 0, 1, 0, '0', 0, 0, -5201.3837890625, -554.40802001953125, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Flag (Area: 0 - Difficulty: 0) +(@OGUID+413, 327539, 0, 1, 0, '0', 0, 0, -5202.22412109375, -553.23785400390625, 397.176177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Flag (Area: 0 - Difficulty: 0) +(@OGUID+414, 327540, 0, 1, 0, '0', 0, 0, -5203.109375, -551.9288330078125, 397.163970947265625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Flag (Area: 0 - Difficulty: 0) +(@OGUID+415, 327541, 0, 1, 0, '0', 0, 0, -5203.939453125, -550.640625, 397.14215087890625, 0, 0, 0, 0, 1, 120, 255, 1, 45745); -- Flag (Area: 0 - Difficulty: 0) + +DELETE FROM `gameobject_addon` WHERE `guid`=@OGUID+243; +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES +(@OGUID+243, 0, 0, 0, 1, 0, 13176); -- Mole Machine + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=24 AND `guid` BETWEEN @CGUID+0 AND @CGUID+98; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(24, @CGUID+0), +(24, @CGUID+1), +(24, @CGUID+2), +(24, @CGUID+3), +(24, @CGUID+4), +(24, @CGUID+5), +(24, @CGUID+6), +(24, @CGUID+7), +(24, @CGUID+8), +(24, @CGUID+9), +(24, @CGUID+10), +(24, @CGUID+11), +(24, @CGUID+12), +(24, @CGUID+13), +(24, @CGUID+14), +(24, @CGUID+15), +(24, @CGUID+16), +(24, @CGUID+17), +(24, @CGUID+18), +(24, @CGUID+19), +(24, @CGUID+20), +(24, @CGUID+21), +(24, @CGUID+22), +(24, @CGUID+23), +(24, @CGUID+24), +(24, @CGUID+25), +(24, @CGUID+26), +(24, @CGUID+27), +(24, @CGUID+28), +(24, @CGUID+29), +(24, @CGUID+30), +(24, @CGUID+31), +(24, @CGUID+32), +(24, @CGUID+33), +(24, @CGUID+34), +(24, @CGUID+35), +(24, @CGUID+36), +(24, @CGUID+37), +(24, @CGUID+38), +(24, @CGUID+39), +(24, @CGUID+40), +(24, @CGUID+41), +(24, @CGUID+42), +(24, @CGUID+43), +(24, @CGUID+44), +(24, @CGUID+45), +(24, @CGUID+46), +(24, @CGUID+47), +(24, @CGUID+48), +(24, @CGUID+49), +(24, @CGUID+50), +(24, @CGUID+51), +(24, @CGUID+52), +(24, @CGUID+53), +(24, @CGUID+54), +(24, @CGUID+55), +(24, @CGUID+56), +(24, @CGUID+57), +(24, @CGUID+58), +(24, @CGUID+59), +(24, @CGUID+60), +(24, @CGUID+61), +(24, @CGUID+62), +(24, @CGUID+63), +(24, @CGUID+64), +(24, @CGUID+65), +(24, @CGUID+66), +(24, @CGUID+67), +(24, @CGUID+68), +(24, @CGUID+69), +(24, @CGUID+70), +(24, @CGUID+71), +(24, @CGUID+72), +(24, @CGUID+73), +(24, @CGUID+74), +(24, @CGUID+75), +(24, @CGUID+76), +(24, @CGUID+77), +(24, @CGUID+78), +(24, @CGUID+79), +(24, @CGUID+80), +(24, @CGUID+81), +(24, @CGUID+82), +(24, @CGUID+83), +(24, @CGUID+84), +(24, @CGUID+85), +(24, @CGUID+86), +(24, @CGUID+87), +(24, @CGUID+88), +(24, @CGUID+89), +(24, @CGUID+90), +(24, @CGUID+91), +(24, @CGUID+92), +(24, @CGUID+93), +(24, @CGUID+94), +(24, @CGUID+95), +(24, @CGUID+96), +(24, @CGUID+97), +(24, @CGUID+98); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=24 AND `guid` BETWEEN @OGUID+0 AND @OGUID+415; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(24, @OGUID+0), +(24, @OGUID+1), +(24, @OGUID+2), +(24, @OGUID+3), +(24, @OGUID+4), +(24, @OGUID+5), +(24, @OGUID+6), +(24, @OGUID+7), +(24, @OGUID+8), +(24, @OGUID+9), +(24, @OGUID+10), +(24, @OGUID+11), +(24, @OGUID+12), +(24, @OGUID+13), +(24, @OGUID+14), +(24, @OGUID+15), +(24, @OGUID+16), +(24, @OGUID+17), +(24, @OGUID+18), +(24, @OGUID+19), +(24, @OGUID+20), +(24, @OGUID+21), +(24, @OGUID+22), +(24, @OGUID+23), +(24, @OGUID+24), +(24, @OGUID+25), +(24, @OGUID+26), +(24, @OGUID+27), +(24, @OGUID+28), +(24, @OGUID+29), +(24, @OGUID+30), +(24, @OGUID+31), +(24, @OGUID+32), +(24, @OGUID+33), +(24, @OGUID+34), +(24, @OGUID+35), +(24, @OGUID+36), +(24, @OGUID+37), +(24, @OGUID+38), +(24, @OGUID+39), +(24, @OGUID+40), +(24, @OGUID+41), +(24, @OGUID+42), +(24, @OGUID+43), +(24, @OGUID+44), +(24, @OGUID+45), +(24, @OGUID+46), +(24, @OGUID+47), +(24, @OGUID+48), +(24, @OGUID+49), +(24, @OGUID+50), +(24, @OGUID+51), +(24, @OGUID+52), +(24, @OGUID+53), +(24, @OGUID+54), +(24, @OGUID+55), +(24, @OGUID+56), +(24, @OGUID+57), +(24, @OGUID+58), +(24, @OGUID+59), +(24, @OGUID+60), +(24, @OGUID+61), +(24, @OGUID+62), +(24, @OGUID+63), +(24, @OGUID+64), +(24, @OGUID+65), +(24, @OGUID+66), +(24, @OGUID+67), +(24, @OGUID+68), +(24, @OGUID+69), +(24, @OGUID+70), +(24, @OGUID+71), +(24, @OGUID+72), +(24, @OGUID+73), +(24, @OGUID+74), +(24, @OGUID+75), +(24, @OGUID+76), +(24, @OGUID+77), +(24, @OGUID+78), +(24, @OGUID+79), +(24, @OGUID+80), +(24, @OGUID+81), +(24, @OGUID+82), +(24, @OGUID+83), +(24, @OGUID+84), +(24, @OGUID+85), +(24, @OGUID+86), +(24, @OGUID+87), +(24, @OGUID+88), +(24, @OGUID+89), +(24, @OGUID+90), +(24, @OGUID+91), +(24, @OGUID+92), +(24, @OGUID+93), +(24, @OGUID+94), +(24, @OGUID+95), +(24, @OGUID+96), +(24, @OGUID+97), +(24, @OGUID+98), +(24, @OGUID+99), +(24, @OGUID+100), +(24, @OGUID+101), +(24, @OGUID+102), +(24, @OGUID+103), +(24, @OGUID+104), +(24, @OGUID+105), +(24, @OGUID+106), +(24, @OGUID+107), +(24, @OGUID+108), +(24, @OGUID+109), +(24, @OGUID+110), +(24, @OGUID+111), +(24, @OGUID+112), +(24, @OGUID+113), +(24, @OGUID+114), +(24, @OGUID+115), +(24, @OGUID+116), +(24, @OGUID+117), +(24, @OGUID+118), +(24, @OGUID+119), +(24, @OGUID+120), +(24, @OGUID+121), +(24, @OGUID+122), +(24, @OGUID+123), +(24, @OGUID+124), +(24, @OGUID+125), +(24, @OGUID+126), +(24, @OGUID+127), +(24, @OGUID+128), +(24, @OGUID+129), +(24, @OGUID+130), +(24, @OGUID+131), +(24, @OGUID+132), +(24, @OGUID+133), +(24, @OGUID+134), +(24, @OGUID+135), +(24, @OGUID+136), +(24, @OGUID+137), +(24, @OGUID+138), +(24, @OGUID+139), +(24, @OGUID+140), +(24, @OGUID+141), +(24, @OGUID+142), +(24, @OGUID+143), +(24, @OGUID+144), +(24, @OGUID+145), +(24, @OGUID+146), +(24, @OGUID+147), +(24, @OGUID+148), +(24, @OGUID+149), +(24, @OGUID+150), +(24, @OGUID+151), +(24, @OGUID+152), +(24, @OGUID+153), +(24, @OGUID+154), +(24, @OGUID+155), +(24, @OGUID+156), +(24, @OGUID+157), +(24, @OGUID+158), +(24, @OGUID+159), +(24, @OGUID+160), +(24, @OGUID+161), +(24, @OGUID+162), +(24, @OGUID+163), +(24, @OGUID+164), +(24, @OGUID+165), +(24, @OGUID+166), +(24, @OGUID+167), +(24, @OGUID+168), +(24, @OGUID+169), +(24, @OGUID+170), +(24, @OGUID+171), +(24, @OGUID+172), +(24, @OGUID+173), +(24, @OGUID+174), +(24, @OGUID+175), +(24, @OGUID+176), +(24, @OGUID+177), +(24, @OGUID+178), +(24, @OGUID+179), +(24, @OGUID+180), +(24, @OGUID+181), +(24, @OGUID+182), +(24, @OGUID+183), +(24, @OGUID+184), +(24, @OGUID+185), +(24, @OGUID+186), +(24, @OGUID+187), +(24, @OGUID+188), +(24, @OGUID+189), +(24, @OGUID+190), +(24, @OGUID+191), +(24, @OGUID+192), +(24, @OGUID+193), +(24, @OGUID+194), +(24, @OGUID+195), +(24, @OGUID+196), +(24, @OGUID+197), +(24, @OGUID+198), +(24, @OGUID+199), +(24, @OGUID+200), +(24, @OGUID+201), +(24, @OGUID+202), +(24, @OGUID+203), +(24, @OGUID+204), +(24, @OGUID+205), +(24, @OGUID+206), +(24, @OGUID+207), +(24, @OGUID+208), +(24, @OGUID+209), +(24, @OGUID+210), +(24, @OGUID+211), +(24, @OGUID+212), +(24, @OGUID+213), +(24, @OGUID+214), +(24, @OGUID+215), +(24, @OGUID+216), +(24, @OGUID+217), +(24, @OGUID+218), +(24, @OGUID+219), +(24, @OGUID+220), +(24, @OGUID+221), +(24, @OGUID+222), +(24, @OGUID+223), +(24, @OGUID+224), +(24, @OGUID+225), +(24, @OGUID+226), +(24, @OGUID+227), +(24, @OGUID+228), +(24, @OGUID+229), +(24, @OGUID+230), +(24, @OGUID+231), +(24, @OGUID+232), +(24, @OGUID+233), +(24, @OGUID+234), +(24, @OGUID+235), +(24, @OGUID+236), +(24, @OGUID+237), +(24, @OGUID+238), +(24, @OGUID+239), +(24, @OGUID+240), +(24, @OGUID+241), +(24, @OGUID+242), +(24, @OGUID+243), +(24, @OGUID+244), +(24, @OGUID+245), +(24, @OGUID+246), +(24, @OGUID+247), +(24, @OGUID+248), +(24, @OGUID+249), +(24, @OGUID+250), +(24, @OGUID+251), +(24, @OGUID+252), +(24, @OGUID+253), +(24, @OGUID+254), +(24, @OGUID+255), +(24, @OGUID+256), +(24, @OGUID+257), +(24, @OGUID+258), +(24, @OGUID+259), +(24, @OGUID+260), +(24, @OGUID+261), +(24, @OGUID+262), +(24, @OGUID+263), +(24, @OGUID+264), +(24, @OGUID+265), +(24, @OGUID+266), +(24, @OGUID+267), +(24, @OGUID+268), +(24, @OGUID+269), +(24, @OGUID+270), +(24, @OGUID+271), +(24, @OGUID+272), +(24, @OGUID+273), +(24, @OGUID+274), +(24, @OGUID+275), +(24, @OGUID+276), +(24, @OGUID+277), +(24, @OGUID+278), +(24, @OGUID+279), +(24, @OGUID+280), +(24, @OGUID+281), +(24, @OGUID+282), +(24, @OGUID+283), +(24, @OGUID+284), +(24, @OGUID+285), +(24, @OGUID+286), +(24, @OGUID+287), +(24, @OGUID+288), +(24, @OGUID+289), +(24, @OGUID+290), +(24, @OGUID+291), +(24, @OGUID+292), +(24, @OGUID+293), +(24, @OGUID+294), +(24, @OGUID+295), +(24, @OGUID+296), +(24, @OGUID+297), +(24, @OGUID+298), +(24, @OGUID+299), +(24, @OGUID+300), +(24, @OGUID+301), +(24, @OGUID+302), +(24, @OGUID+303), +(24, @OGUID+304), +(24, @OGUID+305), +(24, @OGUID+306), +(24, @OGUID+307), +(24, @OGUID+308), +(24, @OGUID+309), +(24, @OGUID+310), +(24, @OGUID+311), +(24, @OGUID+312), +(24, @OGUID+313), +(24, @OGUID+314), +(24, @OGUID+315), +(24, @OGUID+316), +(24, @OGUID+317), +(24, @OGUID+318), +(24, @OGUID+319), +(24, @OGUID+320), +(24, @OGUID+321), +(24, @OGUID+322), +(24, @OGUID+323), +(24, @OGUID+324), +(24, @OGUID+325), +(24, @OGUID+326), +(24, @OGUID+327), +(24, @OGUID+328), +(24, @OGUID+329), +(24, @OGUID+330), +(24, @OGUID+331), +(24, @OGUID+332), +(24, @OGUID+333), +(24, @OGUID+334), +(24, @OGUID+335), +(24, @OGUID+336), +(24, @OGUID+337), +(24, @OGUID+338), +(24, @OGUID+339), +(24, @OGUID+340), +(24, @OGUID+341), +(24, @OGUID+342), +(24, @OGUID+343), +(24, @OGUID+344), +(24, @OGUID+345), +(24, @OGUID+346), +(24, @OGUID+347), +(24, @OGUID+348), +(24, @OGUID+349), +(24, @OGUID+350), +(24, @OGUID+351), +(24, @OGUID+352), +(24, @OGUID+353), +(24, @OGUID+354), +(24, @OGUID+355), +(24, @OGUID+356), +(24, @OGUID+357), +(24, @OGUID+358), +(24, @OGUID+359), +(24, @OGUID+360), +(24, @OGUID+361), +(24, @OGUID+362), +(24, @OGUID+363), +(24, @OGUID+364), +(24, @OGUID+365), +(24, @OGUID+366), +(24, @OGUID+367), +(24, @OGUID+368), +(24, @OGUID+369), +(24, @OGUID+370), +(24, @OGUID+371), +(24, @OGUID+372), +(24, @OGUID+373), +(24, @OGUID+374), +(24, @OGUID+375), +(24, @OGUID+376), +(24, @OGUID+377), +(24, @OGUID+378), +(24, @OGUID+379), +(24, @OGUID+380), +(24, @OGUID+381), +(24, @OGUID+382), +(24, @OGUID+383), +(24, @OGUID+384), +(24, @OGUID+385), +(24, @OGUID+386), +(24, @OGUID+387), +(24, @OGUID+388), +(24, @OGUID+389), +(24, @OGUID+390), +(24, @OGUID+391), +(24, @OGUID+392), +(24, @OGUID+393), +(24, @OGUID+394), +(24, @OGUID+395), +(24, @OGUID+396), +(24, @OGUID+397), +(24, @OGUID+398), +(24, @OGUID+399), +(24, @OGUID+400), +(24, @OGUID+401), +(24, @OGUID+402), +(24, @OGUID+403), +(24, @OGUID+404), +(24, @OGUID+405), +(24, @OGUID+406), +(24, @OGUID+407), +(24, @OGUID+408), +(24, @OGUID+409), +(24, @OGUID+410), +(24, @OGUID+411), +(24, @OGUID+412), +(24, @OGUID+413), +(24, @OGUID+414), +(24, @OGUID+415); diff --git a/sql/updates/world/master/2022_10_05_03_world.sql b/sql/updates/world/master/2022_10_05_03_world.sql new file mode 100644 index 000000000..b7257f986 --- /dev/null +++ b/sql/updates/world/master/2022_10_05_03_world.sql @@ -0,0 +1,1511 @@ +SET @CGUID := 850376; +SET @OGUID := 501350; + +-- Creature templates +UPDATE `creature_template` SET `gossip_menu_id`=8988 WHERE `entry`=19175; -- Orc Commoner +UPDATE `creature_template` SET `gossip_menu_id`=8988, `npcflag`=1 WHERE `entry`=19176; -- Tauren Commoner +UPDATE `creature_template` SET `gossip_menu_id`=8988, `npcflag`=1 WHERE `entry`=19177; -- Troll Commoner +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23533; -- T'chali's Voodoo Brewery Apprentice +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23603; -- Uta Roughdough +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23604; -- Agnes Farwithers +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23605; -- Bron +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=23706; -- Gordok Festive Keg +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24372; -- Drohn's Distillery Festive Keg +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24373; -- T'chali's Voodoo Brew Festive Keg +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24462; -- Racing Ram +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24495; -- Blix Fixwidget +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24497; -- Ram Master Ray +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24498; -- Cort Gorestein +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24499; -- Ja'ron +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24501; -- Drohn's Distillery Apprentice +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=24510; -- Driz Tumblequick +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=27216; -- Bizzle Quicklift +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=27707; -- Great Brewfest Kodo +UPDATE `creature_template` SET `gossip_menu_id`=11383, `minlevel`=60, `maxlevel`=60 WHERE `entry`=40437; -- Battered Brewer +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=73914; -- Brewmaster Tao +UPDATE `creature_template` SET `gossip_menu_id`=9549 WHERE `entry`=89830; -- Brew Vendor +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=152775; -- Vinter Mollyleux +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=152780; -- Zenda +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=152948; -- Ha'ka Openview +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153008; -- Kaara +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153009; -- Ikura +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153012; -- Aichi +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153014; -- Lucky Nuru +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `faction`=1735, `BaseAttackTime`=2000, `unit_flags`=768, `unit_flags2`=2048 WHERE `entry`=153016; -- Gadar +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153116; -- Jun Soo +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=153167; -- Hydratius +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=154299; -- T'chali's Voodoo Brewery Barker +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=154313; -- Drohn's Distillery Barker +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=154980; -- Kyl'kahn +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=155131; -- Zipsi Switchcrank +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `faction`=1735, `npcflag`=16777216, `unit_flags3`=16777216 WHERE `entry`=155134; -- Chowdown Participant's Seat +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags3`=16777216 WHERE `entry`=155135; -- Chowdown Participant's Platter +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=155194; -- La'gar Brewshout +UPDATE `creature_template` SET `gossip_menu_id`=24389, `minlevel`=60, `maxlevel`=60 WHERE `entry`=155269; -- Snipehunter Goro +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=155280; -- Azu +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=155320; -- Brewmaster Pijiu +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry` IN (153070, 153071, 153072, 153073, 153082, 153105, 155034); -- Brewfest Reveler +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `unit_flags2`=2048 WHERE `entry` IN (153074, 153075); -- Brewfest Reveler + +DELETE FROM `creature_template_addon` WHERE `entry` IN (19175, 19176, 19177, 24372, 24373, 40437, 73914, 152775, 152780, 152948, 153008, 153009, 153012, 153014, 153016, 153070, 153071, 153072, 153073, 153074, 153075, 153082, 153105, 153116, 153167, 154299, 154313, 154980, 155034, 155131, 155133, 155134, 155135, 155194, 155269, 155280, 155320); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(19175, 0, 0, 0, 257, 0, 0, 0, 0, 0, '33209 33207 33208'), -- Aura 65511 - Gossip NPC Appearance (only during Brewfest) +(19176, 0, 0, 0, 257, 0, 0, 0, 0, 0, '33209 33207 33208'), -- Aura 65511 - Gossip NPC Appearance (only during Brewfest) +(19177, 0, 0, 0, 257, 0, 0, 0, 0, 0, '33209 33207 33208'), -- Aura 65511 - Gossip NPC Appearance (only during Brewfest) +(24372, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 24372 (Drohn's Distillery Festive Keg) +(24373, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 24373 (T'chali's Voodoo Brew Festive Keg) +(40437, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 40437 (Battered Brewer) +(73914, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 73914 (Brewmaster Tao) +(152775, 0, 0, 0, 1, 0, 10516, 0, 0, 0, '216450'), -- 152775 (Vinter Mollyleux) - Serving Platter Female +(152780, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 152780 (Zenda) +(152948, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 152948 (Ha'ka Openview) +(153008, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153008 (Kaara) +(153009, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153009 (Ikura) +(153012, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153012 (Aichi) +(153014, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153014 (Lucky Nuru) +(153016, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 153016 (Gadar) +(153070, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153070 (Brewfest Reveler) +(153071, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153071 (Brewfest Reveler) +(153072, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153072 (Brewfest Reveler) +(153073, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153073 (Brewfest Reveler) +(153074, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153074 (Brewfest Reveler) +(153075, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153075 (Brewfest Reveler) +(153082, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153082 (Brewfest Reveler) +(153105, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153105 (Brewfest Reveler) +(153116, 0, 0, 0, 1, 0, 0, 0, 0, 0, '297197'), -- 153116 (Jun Soo) - Barserver +(153167, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153167 (Hydratius) +(154299, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154299 (T'chali's Voodoo Brewery Barker) +(154313, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 154313 (Drohn's Distillery Barker) +(154980, 0, 0, 0, 1, 0, 0, 0, 0, 0, '301619 301615'), -- 154980 (Kyl'kahn) +(155034, 0, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 155034 (Brewfest Reveler) +(155131, 0, 0, 0, 1, 0, 0, 0, 0, 0, '301745'), -- 155131 (Zipsi Switchcrank) - Serving Platter +(155133, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 155133 (Etga) - [DNT] Chowdown Organizer +(155134, 0, 0, 0, 1, 0, 0, 0, 0, 0, '297978'), -- 155134 (Chowdown Participant's Seat) - [DNT] Seat Preparation +(155135, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 155135 (Chowdown Participant's Platter) +(155194, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 155194 (La'gar Brewshout) +(155269, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 155269 (Snipehunter Goro) +(155280, 0, 0, 0, 1, 0, 0, 0, 0, 0, ''), -- 155280 (Azu) +(155320, 0, 0, 0, 257, 0, 0, 0, 0, 0, '44067'); -- 155320 (Brewmaster Pijiu) - Supplier Mark + +UPDATE `creature_template_addon` SET `mount`=0 WHERE `entry`=24497; -- 24497 (Ram Master Ray) + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (23706, 24372, 24373); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(23706, 0, 0, 1, 1, 0, 0, NULL), +(24372, 0, 0, 1, 1, 0, 0, NULL), +(24373, 0, 0, 1, 1, 0, 0, NULL); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (155134); +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(155134, 105080, 1, 0); + +-- Vehicle data +DELETE FROM `vehicle_seat_addon` WHERE `SeatEntry`=20766; +INSERT INTO `vehicle_seat_addon` (`SeatEntry`, `SeatOrientation`, `ExitParamX`, `ExitParamY`, `ExitParamZ`, `ExitParamO`, `ExitParamValue`) VALUES +(20766, 0, 2.928, 0, 0, 0, 1); + +DELETE FROM `creature_template_spell` WHERE `CreatureID`=155134; +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES +(155134, 2, 303242, 45745), -- Chowdown Participant's Seat +(155134, 1, 303241, 45745), -- Chowdown Participant's Seat +(155134, 0, 303240, 45745); -- Chowdown Participant's Seat + +-- Gossips +DELETE FROM `gossip_menu` WHERE `MenuID` IN (24389, 24390); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(24389, 38253, 45745), -- 155269 (Snipehunter Goro) +(24390, 14672, 45745); -- 155269 (Snipehunter Goro) + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (24389, 24390); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextId`, `OptionNpcFlag`, `Language`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(24389, 0, 0, 'What are Synthebrew Goggles?', 35222, 1, 0, 24390, 0, 0, 0, NULL, 0, 45745), +(24390, 0, 0, 'I''d like a pair of Synthebrew Goggles.', 35220, 1, 0, 0, 0, 0, 0, NULL, 0, 45745), +(24390, 1, 0, 'What did you say earlier?', 35223, 1, 0, 24389, 0, 0, 0, NULL, 0, 45745); + +UPDATE `gossip_menu_option` SET `ActionPoiID`=0 WHERE `MenuID`=8968 AND `OptionID`=1; +UPDATE `gossip_menu_option` SET `VerifiedBuild`=45745 WHERE `MenuID` IN (8968, 8967, 9560); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=24389; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,24389,0,0,0,2,0,46735,1,1,1,0,0,'','Show gossip option if the player does not have the item 46735'); + +-- Equipments +DELETE FROM `creature_equip_template` WHERE (`ID`=7 AND `CreatureID` IN (19176,153082)) OR (`ID`=1 AND `CreatureID`=153016); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES +(19176, 7, 46733, 0, 0, 0, 0, 0, 0, 0, 0, 45745), -- Tauren Commoner +(153016, 1, 168670, 0, 0, 0, 0, 0, 0, 0, 0, 45745), -- Gadar +(153082, 7, 168670, 0, 0, 0, 0, 0, 0, 0, 0, 45745); -- Brewfest Reveler + +-- Scaling +DELETE FROM `creature_template_scaling` WHERE `DifficultyID`=0 AND `Entry` IN (23533, 23603, 23604, 23605, 23706, 24372, 24373, 24462, 24495, 24497, 24498, 24499, 24501, 24510, 27216, 27707, 40437, 73914, 152775, 152780, 152948, 153008, 153009, 153012, 153014, 153016, 153070, 153071, 153072, 153073, 153074, 153075, 153082, 153105, 153116, 153167, 154299, 154313, 154980, 155034, 155131, 155133, 155134, 155135, 155194, 155269, 155280, 155320); +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(23533, 0, 0, 0, 298, 45745), +(23603, 0, 0, 0, 298, 45745), +(23604, 0, 0, 0, 298, 45745), +(23605, 0, 0, 0, 298, 45745), +(23706, 0, 0, 0, 298, 45745), +(24372, 0, 0, 0, 298, 45745), +(24373, 0, 0, 0, 298, 45745), +(24462, 0, 0, 0, 872, 45745), +(24495, 0, 0, 0, 298, 45745), +(24497, 0, 0, 0, 298, 45745), +(24498, 0, 0, 0, 298, 45745), +(24499, 0, 0, 0, 298, 45745), +(24501, 0, 0, 0, 298, 45745), +(24510, 0, 0, 0, 298, 45745), +(27216, 0, 0, 0, 298, 45745), +(27707, 0, 0, 0, 872, 45745), +(40437, 0, 0, 0, 298, 45745), +(73914, 0, 0, 0, 298, 45745), +(152775, 0, 0, 0, 298, 45745), +(152780, 0, 0, 0, 298, 45745), +(152948, 0, 0, 0, 298, 45745), +(153008, 0, 0, 0, 298, 45745), +(153009, 0, 0, 0, 298, 45745), +(153012, 0, 0, 0, 298, 45745), +(153014, 0, 0, 0, 298, 45745), +(153016, 0, 0, 0, 298, 45745), +(153070, 0, 0, 0, 298, 45745), +(153071, 0, 0, 0, 298, 45745), +(153072, 0, 0, 0, 298, 45745), +(153073, 0, 0, 0, 298, 45745), +(153074, 0, 0, 0, 298, 45745), +(153075, 0, 0, 0, 298, 45745), +(153082, 0, 0, 0, 298, 45745), +(153105, 0, 0, 0, 298, 45745), +(153116, 0, 0, 0, 298, 45745), +(153167, 0, 0, 0, 298, 45745), +(154299, 0, 0, 0, 298, 45745), +(154313, 0, 0, 0, 298, 45745), +(154980, 0, 0, 0, 298, 45745), +(155034, 0, 0, 0, 298, 45745), +(155131, 0, 0, 0, 298, 45745), +(155133, 0, 0, 0, 298, 45745), +(155134, 0, 0, 0, 298, 45745), +(155135, 0, 0, 0, 298, 45745), +(155194, 0, 0, 0, 298, 45745), +(155269, 0, 0, 0, 298, 45745), +(155280, 0, 0, 0, 298, 45745), +(155320, 0, 0, 0, 298, 45745); + +UPDATE `creature_template_scaling` SET `VerifiedBuild`=45745 WHERE (`DifficultyID`=0 AND `Entry` IN (45244,51230,47336,24930,24927,24926,24924,25081,25080,24931,24929,20493,20488,20486,31720,31727,31724,31723,31725,31726,5640,45095,9988,45081,7567,7565,7562,8404,11814,45086,45082,45093,44978,3399,45094,45008,3400,53081,45029,30706,16926,16909,45211,45025,45558,133108,45559,45789,133153,180176,45548,45546,45540,45023,52170,133236,45019,188163,45545,174864,174863,133114,45015,45549,174865,45567,45565,46080,140462,45659,46078,45347,133228,133523,45566,45830,158141,158138,158133,158131,30611,133276,167032,45563,45814,45552,46755,45553,48510,46082,172558,46754,48513,63086,63085,29929,30723,45138,45137,12795,12794,12793,7311,12791,12789,175050,3405,3404,52036,52033,44975,146626,19850,45139,12797,12790,54657,12798,69978,69977,5910,29143,179897,3189,3334,58199,44783,44785,3403,5892,44788,72939,13417,58193,44782,44770,15188,19176,44781,44780,5816,3330,44779,3322,44787,47321,161223,5909,88706,44735,44725,44740,3335,47335,44726,44723,44745,88704,44743,47254,5875,141912,88705,45230,141920,9564,174147,141528,54004,54113,130911,176095,176094,176012,50088,43062,11046,47663,35162,8576,35096,35086,42672,42673,42671,42650,14539,47817,47818,47767,114840,10266,1383,3360,11178,7790,3355,7231,3361,133355,7230,11177,11176,7793,7792,5812,3356,4043,3409,46675,50482,57922,3358,3357,3362,47788,31769,31758,31757,31755,47815,12353,47771,5195,3352,47764,31756,31768,46640,46639,46638,46637,168619,65058,65065,65060,168598,171691,168626,174164,65063,49573,2756,5029,68869,168551,16869,65061,16868,69333,5034,65008,62445,3353,34955,35364,70301,65074,66022,168553,13842,3354,168597,168596,171689,169166,168628,168621,46985,46667,168623,65071,42709,176261,14377,46642,175084,7951,65078,65076,42638,35845,43239,3333,3332,46619,46622,46618,46620,46621,62193,158789,180684,3359,161203,160452,4953,3348,8659,3347,3345,11066,12136,3346,46181,3350,3351,46742,6987,6986,46741,62197,62196,61369,3365,3225,7088,3366,3316,3372,7010,5811,188169,3321,46716,3371,3367,3364,3363,11017,2855,1420,42548,3413,3317,3315,46718,3412,52032,14451,62200,62199,52810,14498,2857,52812,52809,14499,68979,54473,54472,3369,49737,5639,46708,57801,3368,46709,42506,62194,88703,44871,44868,44866,63626,14881,44867,44865,15476,50488,50477,44918,3310,3216,50323,44948,44919,62198,20492,20491,20490,141310,20489,19177,3329,47247,47246,3328,47233,3327,47248,187775,26537,44160,3331,34765,49131,10880,44158,133218,133271,133270,133261,12796,73151,3323,45337,47571,52034,44338,35068,135201,17098,44872,46140,46358,46556,58155,46555,37072,23128,3312,27489,46512,49622,46357,3144,3319,46359,46142,188655,4047,3342,3314,45339,14375,14376,51195,149404,46572,5188,3370,188656,187758,49750,19175,188157,74228,23635,135202,5614,5613,5611,5610,5609,5606,88702,88701,6466,175135,137762,72559,149279,6929,44877,3313,151937,5817,44853,47253,148263,148795,150131,149408,44876,44854,44852,44878,149297,28960,62195,44856,133186,168459,149626,14392,149371,148250,149290,149258,149523,148242,44851,32520,38821,149296,168441,148770,149522,149270,155739,49837,3108,41621,5822,3204,3198,3197,61751,49743,5951,71100,3296,51346,53408,39380,39379,3100,40949,10685,42504,34719,34718,24935,24934,25075,34717,34715,3084,34730,34723,34721,40891,40948,62114,3127,3123,4311,62116,3300,155194,42859,62115,39596,61325,39595)); +UPDATE `creature_template_scaling` SET `LevelScalingDeltaMax`=0, `VerifiedBuild`=45745 WHERE (`Entry`=72654 AND `DifficultyID`=0); + +-- Models +UPDATE `creature_template_model` SET `VerifiedBuild`=45745 WHERE (`Idx`=0 AND `CreatureID` IN (45244,45008,45025,45015,45549,45567,46755,44782,44723,9564,47818,168626,168553,3317,3412,14451,44866,50477,47248,49131,46512,188157,5609,149297,155320,34717,24501,24495,39596,153008,24372,24924,31727,5640,8404,45093,46080,45566,172558,12794,3404,5892,58193,54113,47663,42672,42673,7231,4043,62445,13842,46642,46620,46618,46742,3316,14881,187775,44872,27489,14376,3370,175135,148242,53700,155034,25081,31724,7562,44978,45546,45565,45347,7311,69978,44770,141912,130911,43062,31216,42671,7790,5195,65060,2756,72934,3346,3225,3372,3364,5639,3216,20492,3319,51195,175165,3198,3084,3300,24497,152780,73914,154299,30706,45019,46078,133523,48513,12789,12798,5909,5875,7230,31755,65065,16868,168628,12922,3345,46741,62197,5811,2855,52032,52812,20491,3331,133270,12796,52034,45339,5611,44877,28960,149626,34718,34730,24510,155269,23604,47336,24931,31725,45548,63085,45553,45138,52036,69977,54004,11178,7793,3358,31758,168598,34955,168621,46667,7951,3359,4953,3347,3365,11017,52810,57801,46709,44865,50488,133261,73151,17098,14375,188656,5614,44876,149523,149270,49837,3123,23706,155280,133153,52170,45830,158131,52033,3403,19176,3322,3335,174147,141528,176095,176012,10266,65063,5034,3353,168597,43239,61369,46718,62194,44868,26537,44338,46358,44853,133186,38821,24373,24498,153075,20488,45081,45082,11814,174863,140462,48510,44743,3355,5812,3357,3362,46637,65058,46985,65076,3348,6986,188169,3368,88703,44867,3310,44948,62198,44158,135201,46556,6466,150131,44856,3197,3100,40949,62116,153167,31720,7567,180176,45552,12793,19850,44783,15188,44780,88706,44735,11176,47764,46639,35364,168623,175084,3350,7088,46716,3413,49737,3329,47233,35068,188655,4047,46572,137762,149408,148263,149522,155739,40891,61325,62115,154980,45211,45558,174865,133276,45563,3405,12790,3334,3189,44781,44740,60199,47817,1383,3361,46675,12353,171691,49573,5029,65008,169166,46622,180684,51090,3366,62199,14499,68979,44919,133218,37072,49622,149404,88701,151937,14392,32520,71100,3296,24934,153072,20493,45095,53081,3400,45029,174864,133228,158138,30723,12791,44788,13417,45230,35096,42650,31756,168619,65061,66022,42709,3332,46621,7010,3321,3315,42506,44918,20489,46359,19175,74228,40437,72559,148770,3204,34723,153016,27707,40948,62114,24462,152948,153070,155194,153105,24930,16909,45559,133114,45659,46082,45139,54657,5910,3330,88705,114840,11177,3409,3352,168551,65074,171689,42638,46619,62193,8659,3369,46708,44871,50323,34765,58155,46357,23635,5610,5817,44852,148795,148250,3108,5822,175156,4311,155131,153074,23603,24929,20486,188163,158141,63086,30611,45137,175050,44785,161223,8576,3360,7792,50482,47788,46638,70301,3354,176261,3333,158789,160452,46181,3371,1420,14498,54472,47246,44160,10880,46555,3342,88702,168459,61751,39380,24935,34721,152775,24499,153071,23533,24927,9988,16926,133236,46754,12795,12797,47321,88704,44725,35086,14539,47815,31768,46640,68869,65071,14377,11066,3351,3367,3363,15476,133271,3144,135202,5606,3313,44878,149258,10685,42859,153014,153009,25080,45789,45540,158133,45814,179897,44787,47254,44726,141920,176094,11046,47767,57922,31757,69333,168596,35845,62196,52809,2857,63626,19177,3327,3323,3314,5188,44854,149371,149290,168441,41621,53408,34719,25075,153012,155134,153116,23605,155133,51230,31726,45545,29929,44975,29143,72939,5816,44779,50088,3356,31769,174164,16869,6987,42548,54473,72654,20490,3328,47571,23128,3312,187758,47253,3527,53701,49743,42504,3127,154313,155135,153082,153073,24926,31723,7565,45086,45094,3399,133108,45023,167032,146626,58199,47335,44745,35162,133355,47771,65078,161203,12136,62200,141310,47247,45337,46140,46142,49750,5613,149279,6929,62195,44851,149296,5951,51346,39379,34715,39595,27216)) OR (`Idx`=3 AND `CreatureID` IN (45015,149297,58193,155034,3084,31755,31758,4953,49837,45830,158131,133186,153075,44158,149408,40891,62115,65008,14499,133218,149404,71100,3296,153072,158138,45230,42650,31756,74228,40948,62114,153070,153105,153074,158141,44160,168459,153071,31768,15476,133271,158133,45814,31757,149371,149290,51230,31769,42548,49743,153082,153073,46140,46142,149296,51346)) OR (`Idx`=2 AND `CreatureID` IN (45015,149297,58193,155034,3084,3300,31755,31758,4953,49837,45830,158131,133186,153075,44158,149408,40891,61325,62115,65008,14499,133218,149404,71100,3296,153072,158138,45230,42650,31756,74228,40948,62114,153070,153105,153074,158141,44160,168459,153071,31768,15476,133271,42859,158133,45814,31757,149371,149290,51230,31769,42548,49743,42504,153082,153073,46140,46142,149296,51346)) OR (`Idx`=1 AND `CreatureID` IN (45015,149297,58193,14881,53700,155034,42671,72934,3198,3084,3300,31755,28960,149626,31758,4953,52810,149270,49837,45830,158131,19176,133186,38821,153075,46985,44158,3197,47764,149408,148263,149522,155739,40891,61325,62115,65008,14499,133218,149404,32520,71100,3296,153072,158138,45230,42650,31756,19175,74228,72559,148770,40948,62114,153070,153105,148795,153074,158141,44160,168459,153071,31768,15476,133271,149258,42859,158133,45814,31757,35845,19177,149371,149290,51230,50088,31769,42548,72654,53701,49743,42504,153082,153073,46140,46142,149296,51346)) OR (`Idx`=5 AND `CreatureID` IN (3296,45230,46140)) OR (`Idx`=4 AND `CreatureID` IN (3296,45230,46140)) OR (`Idx`=7 AND `CreatureID`=46140) OR (`Idx`=6 AND `CreatureID`=46140); + +DELETE FROM `creature_model_info` WHERE `DisplayID`=91662; +INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`, `VerifiedBuild`) VALUES +(91662, 0.409200012683868408, 1.65000009536743164, 0, 45745); + +UPDATE `creature_model_info` SET `VerifiedBuild`=45745 WHERE `DisplayID` IN (26748, 33191, 34340, 33194, 35545, 22745, 22743, 22740, 22739, 22746, 22744, 17701, 17699, 17700, 27686, 27685, 27684, 27687, 4602, 3759, 34247, 9261, 34241, 6303, 2957, 99508, 11734, 34243, 34242, 34245, 34204, 2734, 34246, 34206, 2735, 38008, 34222, 27252, 81306, 81307, 34220, 34564, 82725, 34565, 34673, 70260, 48526, 100500, 34557, 34556, 34551, 34219, 37795, 82816, 34214, 34555, 99139, 99138, 82732, 48528, 48527, 34558, 72174, 34569, 34567, 34842, 86688, 34593, 34841, 34421, 66298, 34568, 34694, 93436, 93435, 93431, 93423, 93421, 93420, 27164, 64304, 24877, 34566, 99513, 34561, 35250, 34562, 36169, 34843, 98009, 35249, 36170, 29968, 25871, 99511, 34266, 99510, 12677, 12676, 12675, 6060, 12673, 12671, 99374, 99509, 4358, 37725, 37723, 34203, 66245, 19217, 34268, 12679, 12672, 22602, 12680, 14612, 28300, 4546, 101484, 99459, 1334, 24806, 34114, 82821, 34109, 4231, 4534, 34111, 51000, 13341, 26741, 34113, 34066, 15322, 99429, 34108, 99457, 1330, 34107, 99428, 9391, 34110, 35538, 94494, 99426, 8572, 4545, 99455, 34049, 34047, 99403, 99427, 99454, 35544, 34046, 34045, 30501, 61026, 34059, 4449, 99461, 87513, 61027, 9392, 91667, 64307, 32936, 38631, 81476, 100158, 100157, 100150, 4368, 10578, 99822, 30108, 7871, 1917, 29599, 33016, 32996, 33014, 25092, 33015, 32997, 32998, 34705, 14575, 342, 35818, 73494, 9739, 1382, 10697, 6873, 1377, 6006, 1383, 82868, 6005, 10696, 10695, 6854, 6843, 4351, 1378, 4612, 4363, 35218, 37088, 39910, 1380, 1379, 1384, 35827, 27700, 2541, 23521, 23519, 11414, 247, 35819, 2328, 1373, 35816, 27690, 20833, 35195, 35194, 35193, 35192, 96910, 43717, 43721, 43718, 96906, 97757, 96915, 98725, 43720, 36545, 46093, 45320, 46986, 96884, 45862, 45319, 43719, 45170, 45864, 47465, 43669, 45863, 39637, 1374, 29496, 29795, 47982, 43724, 44740, 96885, 13843, 1375, 96905, 96903, 72325, 96364, 96916, 96913, 35216, 96914, 43722, 33032, 100444, 14415, 35198, 99385, 15352, 43726, 43725, 32982, 35301, 1333, 1332, 35184, 35187, 35183, 35185, 35186, 42384, 18269, 93637, 101799, 79390, 85697, 2956, 32937, 99821, 99820, 1368, 1366, 10589, 12229, 99823, 34932, 99819, 1372, 35244, 5770, 5769, 99810, 42388, 42387, 1387, 744, 5846, 1388, 1316, 1394, 6839, 99817, 99816, 35241, 1393, 99811, 1386, 99812, 10472, 4384, 901, 32938, 7136, 99813, 1315, 35242, 99818, 99809, 14499, 20545, 99815, 38419, 4386, 33303, 38047, 14616, 14589, 38418, 47231, 38804, 38800, 99814, 1381, 99456, 99808, 39809, 1390, 33701, 35237, 99807, 42386, 15471, 20923, 8001, 9133, 34157, 34155, 5705, 44816, 34156, 34154, 15469, 37020, 31760, 34184, 49781, 1311, 99449, 37437, 30413, 34185, 33700, 42389, 17722, 17719, 17721, 86393, 17720, 1329, 35499, 1328, 99460, 1327, 35500, 2588, 24164, 33698, 99458, 15468, 29396, 31988, 10186, 33699, 83225, 83227, 82819, 82803, 12678, 51098, 1323, 99462, 89800, 34406, 35695, 37724, 29569, 16850, 8000, 89803, 35052, 35140, 40012, 35141, 4382, 21264, 1312, 22493, 35133, 36559, 35051, 24980, 82115, 1319, 14369, 35053, 14370, 4514, 1358, 1314, 34412, 14413, 14414, 37138, 31737, 90315, 35148, 3128, 1392, 21867, 106382, 106345, 36615, 31738, 106383, 99507, 8848, 3609, 3608, 3606, 7137, 3605, 3604, 61024, 61023, 31848, 5205, 24079, 49770, 90246, 5706, 1320, 1313, 4356, 34141, 36585, 36583, 90293, 35504, 90242, 20985, 20988, 90133, 90321, 34143, 34139, 1310, 90301, 42385, 16238, 34144, 82773, 92463, 35498, 51613, 90304, 89937, 90249, 16235, 90366, 86333, 89935, 83765, 36584, 34136, 21342, 21072, 90255, 96314, 86332, 90245, 83764, 90244, 92464, 15467, 32529, 4193, 4594, 240, 4191, 4190, 4192, 92322, 46130, 46126, 8971, 1560, 46131, 99453, 37331, 4601, 99452, 99451, 4260, 37329, 37330, 4259, 37328, 25256, 21856, 21874, 21838, 4366, 19017, 32171, 20546, 29369, 29368, 22750, 22873, 29367, 29366, 2141, 29375, 29371, 29370, 32172, 32173, 24757, 32170, 36598, 2732, 91661, 91660, 91755, 91715, 1987, 21841, 92280, 24860, 1959, 1318, 4515, 46940, 52599, 92190, 91659, 22492, 21878, 21881, 21880, 193, 1206, 7358, 21871, 21866, 4728, 70075, 21857, 22498, 21840, 92051, 91655, 92257, 21873, 22487, 22489, 92218, 21872, 704, 3027, 91723, 92228, 21877, 91584, 92224, 21879, 21875, 21870, 7511, 21839, 91705, 91724, 92055, 22490, 5561, 1986, 171, 22488, 22480, 91712, 21868); +UPDATE `creature_model_info` SET `BoundingRadius`=0.287056982517242431, `CombatReach`=0.375, `VerifiedBuild`=45745 WHERE `DisplayID`=32790; +UPDATE `creature_model_info` SET `BoundingRadius`=0.548862099647521972, `VerifiedBuild`=45745 WHERE `DisplayID`=6807; +UPDATE `creature_model_info` SET `BoundingRadius`=0.973670184612274169, `CombatReach`=2, `VerifiedBuild`=45745 WHERE `DisplayID`=913; +UPDATE `creature_model_info` SET `BoundingRadius`=1.066211581230163574, `CombatReach`=1.392857074737548828, `VerifiedBuild`=45745 WHERE `DisplayID`=999; +UPDATE `creature_model_info` SET `BoundingRadius`=0.219544842839241027, `VerifiedBuild`=45745 WHERE `DisplayID`=10015; +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0, `VerifiedBuild`=45745 WHERE `DisplayID`=21876; + +-- Vendor Data +DELETE FROM `npc_vendor` WHERE (`entry`=153167 AND `item`=159 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=81921 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=81922 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152775 AND `item`=141209 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152775 AND `item`=169464 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152775 AND `item`=169462 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152775 AND `item`=169463 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=155133 AND `item`=169865 AND `ExtendedCost`=6619 AND `type`=1) OR (`entry`=154980 AND `item`=169466 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=154980 AND `item`=169467 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=154980 AND `item`=169468 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=154980 AND `item`=169469 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153008 AND `item`=169466 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153008 AND `item`=169467 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153008 AND `item`=169468 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153008 AND `item`=169469 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152948 AND `item`=169527 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152948 AND `item`=128841 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152948 AND `item`=169521 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153012 AND `item`=104344 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153012 AND `item`=104348 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153012 AND `item`=81414 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153012 AND `item`=104343 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=24495 AND `item`=187998 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=24495 AND `item`=167732 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=24495 AND `item`=151615 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=24495 AND `item`=122341 AND `ExtendedCost`=5795 AND `type`=1) OR (`entry`=24495 AND `item`=122339 AND `ExtendedCost`=5794 AND `type`=1) OR (`entry`=24495 AND `item`=166747 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=24495 AND `item`=138730 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=24495 AND `item`=116758 AND `ExtendedCost`=2275 AND `type`=1) OR (`entry`=24495 AND `item`=116757 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=24495 AND `item`=116756 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=24495 AND `item`=90427 AND `ExtendedCost`=2275 AND `type`=1) OR (`entry`=24495 AND `item`=90426 AND `ExtendedCost`=2398 AND `type`=1) OR (`entry`=24495 AND `item`=168915 AND `ExtendedCost`=2276 AND `type`=1) OR (`entry`=24495 AND `item`=169461 AND `ExtendedCost`=6597 AND `type`=1) OR (`entry`=24495 AND `item`=169448 AND `ExtendedCost`=6582 AND `type`=1) OR (`entry`=155131 AND `item`=34065 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=155131 AND `item`=33043 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23533 AND `item`=138870 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105704 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105707 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105703 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105708 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105706 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105700 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105701 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105711 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105705 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=73914 AND `item`=105702 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152780 AND `item`=166420 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152780 AND `item`=162573 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152780 AND `item`=169458 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152780 AND `item`=169460 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=152780 AND `item`=169459 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153116 AND `item`=128841 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=153116 AND `item`=128842 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=24501 AND `item`=138871 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=24501 AND `item`=138868 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23605 AND `item`=81918 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23605 AND `item`=81917 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23605 AND `item`=138884 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23605 AND `item`=138900 AND `ExtendedCost`=2275 AND `type`=1) OR (`entry`=23603 AND `item`=82451 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=82450 AND `ExtendedCost`=0 AND `type`=1); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(23533, 5, 138870, 0, 0, 1, 0, 0, 45745), -- Spirit Spirits +(23603, 14, 82451, 0, 0, 1, 0, 0, 45745), -- Frybread +(23603, 13, 82450, 0, 0, 1, 0, 0, 45745), -- Cornmeal Biscuit +(23604, 14, 81921, 0, 0, 1, 0, 0, 45745), -- Chilton Stilton +(23604, 13, 81922, 0, 0, 1, 0, 0, 45745), -- Redridge Roquefort +(23605, 21, 81918, 0, 0, 1, 0, 0, 45745), -- Pickled Pig's Snout +(23605, 20, 81917, 0, 0, 1, 0, 0, 45745), -- Mutton Stew +(23605, 2, 138884, 0, 0, 1, 0, 0, 45745), -- Throwing Sausage +(23605, 1, 138900, 0, 2275, 1, 0, 0, 45745), -- Gravil Goldbraid's Famous Sausage Hat +(24495, 33, 187998, 0, 5795, 1, 0, 0, 45745), -- Eternal Heirloom Scabbard +(24495, 32, 167732, 0, 5795, 1, 0, 0, 45745), -- Battle-Hardened Heirloom Scabbard +(24495, 31, 151615, 0, 5795, 1, 0, 0, 45745), -- Weathered Heirloom Scabbard +(24495, 30, 122341, 0, 5795, 1, 0, 0, 45745), -- Timeworn Heirloom Scabbard +(24495, 29, 122339, 0, 5794, 1, 0, 0, 45745), -- Ancient Heirloom Scabbard +(24495, 28, 166747, 0, 2276, 1, 0, 0, 45745), -- Brewfest Reveler's Hearthstone +(24495, 27, 138730, 0, 2276, 1, 0, 0, 45745), -- Synthebrew Goggles XL +(24495, 25, 116758, 0, 2275, 1, 0, 0, 45745), -- Brewfest Banner +(24495, 24, 116757, 0, 2276, 1, 0, 0, 45745), -- Steamworks Sausage Grill +(24495, 21, 116756, 0, 2276, 1, 0, 0, 45745), -- Stout Alemental +(24495, 16, 90427, 0, 2275, 1, 0, 0, 45745), -- Pandaren Brewpack +(24495, 15, 90426, 0, 2398, 1, 0, 0, 45745), -- Brewhelm +(24495, 11, 168915, 0, 2276, 1, 0, 0, 45745), -- Tabard of Brew +(24495, 10, 169461, 0, 6597, 1, 0, 0, 45745), -- Garland of Grain +(24495, 1, 169448, 0, 6582, 1, 0, 0, 45745), -- Bottomless Brewfest Stein +(24501, 6, 138871, 0, 0, 1, 0, 0, 45745), -- Storming Saison +(24501, 5, 138868, 0, 0, 1, 0, 0, 45745), -- Mannoroth's Blood Red Ale +(73914, 10, 105704, 0, 0, 1, 0, 0, 45745), -- Yan-Zhu's Blazing Brew +(73914, 9, 105707, 0, 0, 1, 0, 0, 45745), -- Unga Brew +(73914, 8, 105703, 0, 0, 1, 0, 0, 45745), -- Stormstout Brew +(73914, 7, 105708, 0, 0, 1, 0, 0, 45745), -- Shimmering Amber-Brew +(73914, 6, 105706, 0, 0, 1, 0, 0, 45745), -- Shado-Pan Brew +(73914, 5, 105700, 0, 0, 1, 0, 0, 45745), -- Kun-Lai Kicker +(73914, 4, 105701, 0, 0, 1, 0, 0, 45745), -- Greenstone Brew +(73914, 3, 105711, 0, 0, 1, 0, 0, 45745), -- Funky Monkey Brew +(73914, 2, 105705, 0, 0, 1, 0, 0, 45745), -- Chani's Bitter Brew +(73914, 1, 105702, 0, 0, 1, 0, 0, 45745), -- Boomer Brew +(152775, 4, 141209, 0, 0, 1, 0, 0, 45745), -- Distilled Nightwine +(152775, 3, 169464, 0, 0, 1, 0, 0, 45745), -- Sparkling Suramar Spritz +(152775, 2, 169462, 0, 0, 1, 0, 0, 45745), -- Boxed Nightwine +(152775, 1, 169463, 0, 0, 1, 0, 0, 45745), -- Nightwine Cooler +(152780, 5, 166420, 0, 0, 1, 0, 0, 45745), -- Xibala Kombucha +(152780, 4, 162573, 0, 0, 1, 0, 0, 45745), -- Amani Mule +(152780, 3, 169458, 0, 0, 1, 0, 0, 45745), -- Vol'dunshine +(152780, 2, 169460, 0, 0, 1, 0, 0, 45745), -- Really Really Really Old Fashioned +(152780, 1, 169459, 0, 0, 1, 0, 0, 45745), -- Saurid Sipper +(152948, 3, 169527, 0, 0, 1, 0, 0, 45745), -- Thunder Stumbler +(152948, 2, 128841, 0, 0, 1, 0, 0, 45745), -- Highmountain Tiswin +(152948, 1, 169521, 0, 0, 1, 0, 0, 45745), -- Butterhoof Milk Stout +(153012, 4, 104344, 0, 0, 1, 0, 0, 45745), -- Lucky Mushroom Noodles +(153012, 3, 104348, 0, 0, 1, 0, 0, 45745), -- Timeless Tea +(153012, 2, 81414, 0, 0, 1, 0, 0, 45745), -- Pearl Milk Tea +(153012, 1, 104343, 0, 0, 1, 0, 0, 45745), -- Golden Dragon Noodles +(153116, 2, 128841, 0, 0, 1, 0, 0, 45745), -- Highmountain Tiswin +(153116, 1, 128842, 0, 0, 1, 0, 0, 45745), -- Tideskorn Mead Ale +(153167, 1, 159, 0, 0, 1, 0, 0, 45745), -- Refreshing Spring Water +(154980, 4, 169466, 0, 0, 1, 0, 0, 45745), -- Everbloom IPA +(154980, 3, 169467, 0, 0, 1, 0, 0, 45745), -- Doomlager +(154980, 2, 169468, 0, 0, 1, 0, 0, 45745), -- Ancestral Ale +(154980, 1, 169469, 0, 0, 1, 0, 0, 45745), -- Mag'helada +(153008, 4, 169466, 0, 0, 1, 0, 0, 45745), -- Everbloom IPA +(153008, 3, 169467, 0, 0, 1, 0, 0, 45745), -- Doomlager +(153008, 2, 169468, 0, 0, 1, 0, 0, 45745), -- Ancestral Ale +(153008, 1, 169469, 0, 0, 1, 0, 0, 45745), -- Mag'helada +(155131, 2, 34065, 0, 0, 1, 0, 0, 45745), -- Spiced Onion Cheese +(155131, 1, 33043, 0, 0, 1, 0, 0, 45745), -- The Essential Brewfest Pretzel +(155133, 1, 169865, 0, 6619, 1, 0, 0, 45745); -- Brewfest Chowdown Trophy + +UPDATE `npc_vendor` SET `VerifiedBuild`=45745 WHERE (`entry`=23604 AND `item`=58259 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=58258 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=35952 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=33443 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=27857 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=8932 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=3927 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=1707 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=422 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=414 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=2070 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23604 AND `item`=34065 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23533 AND `item`=46401 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23533 AND `item`=34022 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23533 AND `item`=34021 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23533 AND `item`=34020 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=24501 AND `item`=46402 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=24501 AND `item`=34019 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=24501 AND `item`=34018 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=24501 AND `item`=34017 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=58261 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=58260 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=35950 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=33449 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=27855 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=8950 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=4601 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=4544 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=4542 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=4541 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=4540 AND `ExtendedCost`=0 AND `type`=1) OR (`entry`=23603 AND `item`=33043 AND `ExtendedCost`=0 AND `type`=1); +UPDATE `npc_vendor` SET `slot`=19, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=58269 AND `ExtendedCost`=0 AND `type`=1); -- Massive Turkey Leg +UPDATE `npc_vendor` SET `slot`=18, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=58268 AND `ExtendedCost`=0 AND `type`=1); -- Roasted Beef +UPDATE `npc_vendor` SET `slot`=17, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=35953 AND `ExtendedCost`=0 AND `type`=1); -- Mead Basted Caribou +UPDATE `npc_vendor` SET `slot`=16, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=33454 AND `ExtendedCost`=0 AND `type`=1); -- Salted Venison +UPDATE `npc_vendor` SET `slot`=15, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=27854 AND `ExtendedCost`=0 AND `type`=1); -- Smoked Talbuk Venison +UPDATE `npc_vendor` SET `slot`=14, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=8952 AND `ExtendedCost`=0 AND `type`=1); -- Roasted Quail +UPDATE `npc_vendor` SET `slot`=13, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=4599 AND `ExtendedCost`=0 AND `type`=1); -- Cured Ham Steak +UPDATE `npc_vendor` SET `slot`=12, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=3771 AND `ExtendedCost`=0 AND `type`=1); -- Wild Hog Shank +UPDATE `npc_vendor` SET `slot`=11, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=3770 AND `ExtendedCost`=0 AND `type`=1); -- Mutton Chop +UPDATE `npc_vendor` SET `slot`=10, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=2287 AND `ExtendedCost`=0 AND `type`=1); -- Haunch of Meat +UPDATE `npc_vendor` SET `slot`=9, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=117 AND `ExtendedCost`=0 AND `type`=1); -- Tough Jerky +UPDATE `npc_vendor` SET `slot`=8, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=33026 AND `ExtendedCost`=0 AND `type`=1); -- The Golden Link +UPDATE `npc_vendor` SET `slot`=7, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=33025 AND `ExtendedCost`=0 AND `type`=1); -- Spicy Smoked Sausage +UPDATE `npc_vendor` SET `slot`=6, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=33024 AND `ExtendedCost`=0 AND `type`=1); -- Pickled Sausage +UPDATE `npc_vendor` SET `slot`=5, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=33023 AND `ExtendedCost`=0 AND `type`=1); -- Savory Sausage +UPDATE `npc_vendor` SET `slot`=4, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=34064 AND `ExtendedCost`=0 AND `type`=1); -- Succulent Sausage +UPDATE `npc_vendor` SET `slot`=3, `VerifiedBuild`=45745 WHERE (`entry`=23605 AND `item`=34063 AND `ExtendedCost`=0 AND `type`=1); -- Dried Sausage +UPDATE `npc_vendor` SET `slot`=23, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=37816 AND `ExtendedCost`=2399 AND `type`=1); -- Preserved Brewfest Hops +UPDATE `npc_vendor` SET `slot`=22, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=37750 AND `ExtendedCost`=2398 AND `type`=1); -- Fresh Brewfest Hops +UPDATE `npc_vendor` SET `slot`=20, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=32233 AND `ExtendedCost`=2276 AND `type`=1); -- Wolpertinger's Tankard +UPDATE `npc_vendor` SET `slot`=19, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=46707 AND `ExtendedCost`=2275 AND `type`=1); -- Pint-Sized Pink Pachyderm +UPDATE `npc_vendor` SET `slot`=18, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33927 AND `ExtendedCost`=2275 AND `type`=1); -- Brewfest Pony Keg +UPDATE `npc_vendor` SET `slot`=17, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=71137 AND `ExtendedCost`=2276 AND `type`=1); -- Brewfest Keg Pony +UPDATE `npc_vendor` SET `slot`=14, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=39477 AND `ExtendedCost`=2424 AND `type`=1); -- Fresh Dwarven Brewfest Hops +UPDATE `npc_vendor` SET `slot`=13, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=34008 AND `ExtendedCost`=2275 AND `type`=1); -- Blix's Eyesight Enhancing Romance Goggles +UPDATE `npc_vendor` SET `slot`=12, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=37599 AND `ExtendedCost`=2276 AND `type`=1); -- "Brew of the Month" Club Membership Form +UPDATE `npc_vendor` SET `slot`=9, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33868 AND `ExtendedCost`=2275 AND `type`=1); -- Brewfest Boots +UPDATE `npc_vendor` SET `slot`=8, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33862 AND `ExtendedCost`=2276 AND `type`=1); -- Brewfest Regalia +UPDATE `npc_vendor` SET `slot`=7, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33966 AND `ExtendedCost`=2275 AND `type`=1); -- Brewfest Slippers +UPDATE `npc_vendor` SET `slot`=6, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33863 AND `ExtendedCost`=2276 AND `type`=1); -- Brewfest Dress +UPDATE `npc_vendor` SET `slot`=5, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33969 AND `ExtendedCost`=2274 AND `type`=1); -- Purple Brewfest Hat +UPDATE `npc_vendor` SET `slot`=4, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33967 AND `ExtendedCost`=2274 AND `type`=1); -- Green Brewfest Hat +UPDATE `npc_vendor` SET `slot`=3, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33864 AND `ExtendedCost`=2274 AND `type`=1); -- Brown Brewfest Hat +UPDATE `npc_vendor` SET `slot`=2, `VerifiedBuild`=45745 WHERE (`entry`=24495 AND `item`=33968 AND `ExtendedCost`=2274 AND `type`=1); -- Blue Brewfest Hat + +-- Gameobject templates +UPDATE `gameobject_template` SET `ContentTuningId`=298, `VerifiedBuild`=45745 WHERE `entry`=186186; -- Drohn's Distillery Festive Keg +UPDATE `gameobject_template` SET `ContentTuningId`=298, `VerifiedBuild`=45745 WHERE `entry`=186187; -- T'chali's Voodoo Brew Festive Keg +UPDATE `gameobject_template` SET `ContentTuningId`=334, `VerifiedBuild`=45745 WHERE `entry` IN (250563, 250564); -- Baskets +UPDATE `gameobject_template` SET `ContentTuningId`=334, `VerifiedBuild`=45745 WHERE `entry`=250566; -- Hides + +DELETE FROM `gameobject_template_addon` WHERE `entry` IN (252967, 265545, 279239, 279243, 325994, 325998, 326067, 326077, 326104); +INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES +(252967, 1375, 8192, 0, 0), -- Nightborne Goods +(265545, 0, 8192, 0, 0), -- Frostwolf Banner +(279239, 114, 0, 0, 0), -- [DNT] Crate +(279243, 114, 0, 0, 0), -- [DNT] Basket +(325994, 0, 32, 0, 0), -- Nightborne Arcwine Tent +(325998, 0, 32, 0, 0), -- Zandalari Tent +(326067, 0, 32, 0, 0), -- Highmountain Tent +(326077, 0, 32, 0, 0), -- Ogre Tent +(326104, 0, 32, 0, 0); -- Frostwolf Tent + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` IN (134901, 134902, 134903, 134904); +DELETE FROM `creature` WHERE `guid` BETWEEN 361880 AND 361948; +DELETE FROM `creature` WHERE `guid` BETWEEN 361975 AND 361992; +DELETE FROM `game_event_creature` WHERE `guid` IN (134901, 134902, 134903, 134904); +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 361880 AND 361948; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 361975 AND 361992; +DELETE FROM `game_event_creature` WHERE `eventEntry`=24 AND `guid` BETWEEN 361993 AND 362042; -- Hallow's End incorrectly assigned to Brewfest + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+112; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +-- Orgrimmar +(@CGUID+0, 19175, 1, 1637, 5170, '0', 0, 0, 0, 0, 1616.7708740234375, -4402.65625, 15.6053314208984375, 3.333578824996948242, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Orc Commoner (Area: Valley of Strength - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+1, 19175, 1, 1637, 5170, '0', 0, 0, 0, 0, 1614.998291015625, -4402.95166015625, 15.43872261047363281, 0.157079637050628662, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Orc Commoner (Area: Valley of Strength - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget; 33208 - Gossip NPC Periodic - Talk) +(@CGUID+2, 19175, 1, 1637, 5168, '0', 0, 0, 0, 0, 1913.703125, -4721.34033203125, 36.20418167114257812, 3.543018341064453125, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Orc Commoner (Area: Valley of Honor - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+3, 19175, 1, 1637, 5168, '0', 0, 0, 0, 0, 1912.15283203125, -4721.97412109375, 36.272613525390625, 0.366519153118133544, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Orc Commoner (Area: Valley of Honor - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+4, 19177, 1, 1637, 5170, '0', 0, 0, 0, 0, 1773.5225830078125, -4360.0869140625, 102.4606094360351562, 1.29154360294342041, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Troll Commoner (Area: Valley of Strength - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+5, 19177, 1, 1637, 5170, '0', 0, 0, 0, 0, 1774.470458984375, -4356.31591796875, 102.4248123168945312, 4.485496044158935546, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Troll Commoner (Area: Valley of Strength - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+6, 19176, 1, 1637, 5171, '0', 0, 0, 0, 0, 1920.2222900390625, -4208.2099609375, 37.35242462158203125, 2.530727386474609375, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Tauren Commoner (Area: Valley of Wisdom - Difficulty: 0) +(@CGUID+7, 19176, 1, 1637, 5171, '0', 0, 0, 0, 0, 1917.8507080078125, -4206.5712890625, 37.436767578125, 5.672319889068603515, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Tauren Commoner (Area: Valley of Wisdom - Difficulty: 0) +(@CGUID+8, 19177, 1, 1637, 5170, '0', 0, 0, 0, 0, 1581.74658203125, -4194.71728515625, 53.84771728515625, 3.655785560607910156, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Troll Commoner (Area: Valley of Strength - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+9, 19176, 1, 1637, 5170, '0', 0, 0, 0, 0, 1579.4375, -4195.90283203125, 53.75600051879882812, 0.528533637523651123, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Tauren Commoner (Area: Valley of Strength - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+10, 19177, 1, 1637, 5169, '0', 0, 0, 0, 0, 1724.2603759765625, -4067.032958984375, 49.31903839111328125, 3.769911050796508789, 120, 0, 0, 11791, 0, 0, 3, 0, 0, 45745), -- Troll Commoner (Area: Valley of Spirits - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+11, 19177, 1, 1637, 5169, '0', 0, 0, 0, 0, 1722.670166015625, -4068.328125, 49.186065673828125, 0.715584993362426757, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Troll Commoner (Area: Valley of Spirits - Difficulty: 0) (Auras: 65511 - Gossip NPC Appearance - Brewfest, 33209 - Gossip NPC Periodic - Despawn, 33207 - Gossip NPC Periodic - Fidget, 33208 - Gossip NPC Periodic - Talk) +(@CGUID+12, 40437, 1, 1637, 5170, '0', 0, 0, 0, 0, 1571.1510009765625, -4383.47412109375, 16.42013931274414062, 4.677482128143310546, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Battered Brewer (Area: Valley of Strength - Difficulty: 0) +(@CGUID+13, 155345, 1, 14, 1296, '0', 0, 0, 0, 0, 1367.26220703125, -4340.767578125, 28.69970512390136718, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- [DNT] Brewfest Music (Area: Rocktusk Farm - Difficulty: 0) +(@CGUID+14, 155034, 1, 14, 1296, '0', 0, 0, 0, 1, 1364.9461669921875, -4342.8349609375, 28.63378524780273437, 0.518876433372497558, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Rocktusk Farm - Difficulty: 0) (Auras: 300452 - [DNT] Brewfest Reveler) +(@CGUID+15, 155034, 1, 14, 1296, '0', 0, 0, 0, 4, 1367.94970703125, -4341.93212890625, 28.61717796325683593, 2.833275318145751953, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Rocktusk Farm - Difficulty: 0) (Auras: 300456 - [DNT] Brewfest Reveler) +(@CGUID+16, 155034, 1, 14, 1296, '0', 0, 0, 0, 3, 1366.095458984375, -4340.0400390625, 28.63378524780273437, 4.830263137817382812, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Rocktusk Farm - Difficulty: 0) (Auras: 300456 - [DNT] Brewfest Reveler) +(@CGUID+17, 155034, 1, 14, 1296, '0', 0, 0, 0, 5, 1357.484375, -4339.142578125, 27.25878524780273437, 5.621531486511230468, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Rocktusk Farm - Difficulty: 0) (Auras: 300453 - [DNT] Brewfest Reveler) +(@CGUID+18, 155034, 1, 14, 1296, '0', 0, 0, 0, 6, 1359.3785400390625, -4341.11865234375, 27.61812782287597656, 2.420148611068725585, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Rocktusk Farm - Difficulty: 0) (Auras: 300452 - [DNT] Brewfest Reveler) +-- Brewfest area +(@CGUID+19, 23488, 1, 14, 14, '0', 0, 0, 0, 0, 1229.4583740234375, -4090.0244140625, 23.11458396911621093, 3.124139308929443359, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Crowd (Area: Durotar - Difficulty: 0) +(@CGUID+20, 23511, 1, 14, 14, '0', 0, 0, 0, 0, 1215.63720703125, -4125.736328125, 23.97222328186035156, 2.565046548843383789, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gordok Brew Apprentice (Area: Durotar - Difficulty: 0) +(@CGUID+21, 23533, 1, 14, 14, '0', 0, 0, 0, 0, 1213.4114990234375, -4094.145751953125, 21.94293022155761718, 3.717269420623779296, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- T'chali's Voodoo Brewery Apprentice (Area: Durotar - Difficulty: 0) +(@CGUID+22, 23603, 1, 14, 14, '0', 0, 0, 0, 1, 1178.4444580078125, -4168.548828125, 22.13372802734375, 1.408244967460632324, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Uta Roughdough (Area: Durotar - Difficulty: 0) +(@CGUID+23, 23604, 1, 14, 14, '0', 0, 0, 0, 0, 1158.3472900390625, -4132.17724609375, 21.3791046142578125, 6.157011985778808593, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Agnes Farwithers (Area: Durotar - Difficulty: 0) +(@CGUID+24, 23605, 1, 14, 14, '0', 0, 0, 0, 1, 1180.720458984375, -4168.66162109375, 21.7808380126953125, 1.828440666198730468, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Bron (Area: Durotar - Difficulty: 0) +(@CGUID+25, 23685, 1, 14, 14, '0', 0, 0, 0, 1, 1212.376708984375, -4127.4130859375, 23.54305839538574218, 2.525485754013061523, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gordok Brew Barker (Area: Durotar - Difficulty: 0) +(@CGUID+26, 23696, 1, 14, 14, '0', 0, 0, 0, 0, 1216.7413330078125, -4122.8818359375, 24.1805572509765625, 2.819426774978637695, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gordok Brew Chief (Area: Durotar - Difficulty: 0) +(@CGUID+27, 23706, 1, 14, 14, '0', 0, 0, 0, 0, 1159.52783203125, -4147.73291015625, 21.43576431274414062, 4.764749050140380859, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Gordok Festive Keg (Area: Durotar - Difficulty: 0) +(@CGUID+28, 24108, 1, 14, 14, '0', 0, 0, 0, 0, 1200, -4175, 23.03881, 0, 120, 5, 0, 11791, 0, 1, 0, 0, 0, 45745), -- Self-Turning and Oscillating Utility Target (Area: Durotar - Difficulty: 0) +(@CGUID+29, 24372, 1, 14, 14, '0', 0, 0, 0, 0, 1167.4305419921875, -4110.26025390625, 19.70313453674316406, 5.969262599945068359, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Drohn's Distillery Festive Keg (Area: Durotar - Difficulty: 0) +(@CGUID+30, 24373, 1, 14, 14, '0', 0, 0, 0, 0, 1205.8697509765625, -4086.998291015625, 20.775665283203125, 2.460632562637329101, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- T'chali's Voodoo Brew Festive Keg (Area: Durotar - Difficulty: 0) +(@CGUID+31, 24462, 1, 14, 14, '0', 0, 0, 0, 0, 1166.37353515625, -4229.322265625, 22.00942802429199218, 3.157378435134887695, 120, 3, 0, 11791, 2434, 1, 0, 0, 0, 45745), -- Racing Ram (Area: Durotar - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+32, 24463, 1, 14, 14, '0', 0, 0, 0, 0, 1175.72509765625, -4230.49072265625, 23.1514129638671875, 4.364664554595947265, 120, 3, 0, 11791, 2434, 1, 0, 0, 0, 45745), -- Swift Racing Ram (Area: Durotar - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+33, 24495, 1, 14, 14, '0', 0, 0, 0, 0, 1210.576416015625, -4133.68408203125, 23.2743072509765625, 3.319325685501098632, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Blix Fixwidget (Area: Durotar - Difficulty: 0) +(@CGUID+34, 24497, 1, 14, 14, '0', 0, 0, 0, 0, 1179.486083984375, -4216.001953125, 23.89583396911621093, 0.994837641716003417, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Ram Master Ray (Area: Durotar - Difficulty: 0) +(@CGUID+35, 24498, 1, 14, 14, '0', 0, 0, 0, 0, 1162.9322509765625, -4104.0849609375, 18.73113822937011718, 5.782631397247314453, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Cort Gorestein (Area: Durotar - Difficulty: 0) +(@CGUID+36, 24499, 1, 14, 14, '0', 0, 0, 0, 0, 1211.670166015625, -4091.069580078125, 21.57013511657714843, 4.031428813934326171, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Ja'ron (Area: Durotar - Difficulty: 0) +(@CGUID+37, 24766, 1, 14, 14, '0', 0, 0, 0, 0, 1191.486083984375, -4135.0068359375, 22.05243492126464843, 6.161012172698974609, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- [DND] Brewfest Face Me Bunny (Area: Durotar - Difficulty: 0) +(@CGUID+38, 24766, 1, 14, 14, '0', 0, 0, 0, 0, 1207.18408203125, -4227.68408203125, 22.99848365783691406, 3.246312379837036132, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- [DND] Brewfest Face Me Bunny (Area: Durotar - Difficulty: 0) +(@CGUID+39, 24501, 1, 14, 14, '0', 0, 0, 0, 0, 1163.9288330078125, -4100.04541015625, 18.36631965637207031, 5.81893777847290039, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Drohn's Distillery Apprentice (Area: Durotar - Difficulty: 0) +(@CGUID+40, 24510, 1, 14, 14, '0', 0, 0, 0, 1, 1183.782958984375, -4219.56787109375, 24.22222328186035156, 1.082104086875915527, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Driz Tumblequick (Area: Durotar - Difficulty: 0) (Auras: 44068 - Base Camp Mark) +(@CGUID+41, 27216, 1, 14, 14, '0', 0, 0, 0, 0, 1190.5069580078125, -4163.85400390625, 21.78594970703125, 2.420037269592285156, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Bizzle Quicklift (Area: Durotar - Difficulty: 0) +(@CGUID+42, 27707, 1, 14, 14, '0', 0, 0, 0, 0, 1170.9761962890625, -4233.14892578125, 22.5858612060546875, 0.565559566020965576, 120, 3, 0, 11791, 0, 1, 0, 0, 0, 45745), -- Great Brewfest Kodo (Area: Durotar - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+43, 73914, 1, 14, 14, '0', 0, 0, 0, 1, 1199.5555419921875, -4152.57275390625, 21.80753135681152343, 2.48207259178161621, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewmaster Tao (Area: Durotar - Difficulty: 0) +(@CGUID+44, 152643, 1, 14, 14, '0', 0, 0, 0, 0, 1159.21875, -4202.88720703125, 22.9639739990234375, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Despawn Bunny (Area: Durotar - Difficulty: 0) (Auras: 182641 - Game Object Despawn Periodic) +(@CGUID+45, 152775, 1, 14, 14, '0', 0, 0, 0, 0, 1176.8697509765625, -4092.59375, 18.10720062255859375, 5.319868087768554687, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Vinter Mollyleux (Area: Durotar - Difficulty: 0) (Auras: 216450 - Serving Platter Female) +(@CGUID+46, 152780, 1, 14, 14, '0', 0, 0, 0, 0, 1161.1441650390625, -4119.9931640625, 21.171875, 6.127427577972412109, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Zenda (Area: Durotar - Difficulty: 0) +(@CGUID+47, 152948, 1, 14, 14, '0', 0, 0, 0, 0, 1218.05908203125, -4110.359375, 23.76736259460449218, 3.144051790237426757, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Ha'ka Openview (Area: Durotar - Difficulty: 0) +(@CGUID+48, 153008, 1, 14, 14, '0', 0, 0, 0, 0, 1192.59375, -4087.4775390625, 19.0246734619140625, 4.570484161376953125, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Kaara (Area: Durotar - Difficulty: 0) +(@CGUID+49, 153009, 1, 14, 14, '0', 0, 0, 0, 0, 1191.5677490234375, -4084.944580078125, 18.80224227905273437, 4.477460861206054687, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Ikura (Area: Durotar - Difficulty: 0) +(@CGUID+50, 153012, 1, 14, 14, '0', 0, 0, 0, 0, 1137.951416015625, -4172.126953125, 20.87484169006347656, 0.359767496585845947, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Aichi (Area: Durotar - Difficulty: 0) +(@CGUID+51, 153014, 1, 14, 14, '0', 0, 0, 0, 0, 1135.4461669921875, -4174.00341796875, 21.45240020751953125, 4.969699859619140625, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Lucky Nuru (Area: Durotar - Difficulty: 0) +(@CGUID+52, 153070, 1, 14, 14, '0', 0, 0, 0, 1, 1240.1754150390625, -4153.91650390625, 26.43368721008300781, 5.854429244995117187, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+53, 153070, 1, 14, 14, '0', 0, 0, 0, 1, 1216.765625, -4144.298828125, 23.24872779846191406, 5.604043006896972656, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+54, 153070, 1, 14, 14, '0', 0, 0, 0, 2, 1196.41845703125, -4151.65478515625, 21.82093238830566406, 5.830943107604980468, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+55, 153071, 1, 14, 14, '0', 0, 0, 0, 1, 1231.6510009765625, -4151.6005859375, 25.28311347961425781, 5.774788856506347656, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+56, 153072, 1, 14, 14, '0', 0, 0, 0, 1, 1226.0694580078125, -4149.142578125, 24.28403663635253906, 5.69806671142578125, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+57, 153073, 1, 14, 14, '0', 0, 0, 0, 0, 1220.079833984375, -4145.85791015625, 23.592987060546875, 2.385058403015136718, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+58, 153074, 1, 14, 14, '0', 0, 0, 0, 3, 1237.9097900390625, -4152.7431640625, 26.28298759460449218, 3.123387336730957031, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+59, 153074, 1, 14, 14, '0', 0, 0, 0, 2, 1208.7135009765625, -4092.265625, 21.26233291625976562, 3.925227880477905273, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+60, 153075, 1, 14, 14, '0', 0, 0, 0, 2, 1163.7899169921875, -4118.876953125, 20.7342071533203125, 2.956824541091918945, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+61, 153075, 1, 14, 14, '0', 0, 0, 0, 1, 1223.4722900390625, -4147.55224609375, 23.96996116638183593, 5.768915176391601562, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+62, 153082, 1, 14, 14, '0', 0, 0, 0, 7, 1234.68408203125, -4152.86279296875, 25.76388931274414062, 0.084523409605026245, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+63, 153105, 1, 14, 14, '0', 0, 0, 0, 1, 1228.84375, -4150.2744140625, 24.77285957336425781, 5.672098636627197265, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+64, 153116, 1, 14, 14, '0', 0, 0, 0, 0, 1200.486083984375, -4148.21533203125, 22.01844978332519531, 3.142458200454711914, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Jun Soo (Area: Durotar - Difficulty: 0) (Auras: 297197 - Barserver) +(@CGUID+65, 153167, 1, 14, 14, '0', 0, 0, 0, 0, 1230.105, -4148.242, 25.01845, 0, 120, 0, 0, 11791, 0, 2, 0, 0, 0, 45745), -- Hydratius (Area: Durotar - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+66, 154078, 1, 14, 14, '0', 0, 0, 0, 0, 1186.2760009765625, -4132.1787109375, 21.81571197509765625, 1.419320464134216308, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Crowd (Area: Durotar - Difficulty: 0) +(@CGUID+67, 154086, 1, 14, 14, '0', 0, 0, 0, 0, 1193.1510009765625, -4120.44775390625, 24.31232643127441406, 2.3516845703125, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Keg Tap (Area: Durotar - Difficulty: 0) (Auras: ) +(@CGUID+68, 154299, 1, 14, 14, '0', 0, 0, 0, 1, 1212.6649169921875, -4098.9375, 22.237335205078125, 3.75217604637145996, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- T'chali's Voodoo Brewery Barker (Area: Durotar - Difficulty: 0) +(@CGUID+69, 154313, 1, 14, 14, '0', 0, 0, 0, 1, 1169.296875, -4100.111328125, 18.52376556396484375, 5.7142181396484375, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Drohn's Distillery Barker (Area: Durotar - Difficulty: 0) +(@CGUID+70, 154477, 1, 14, 14, '0', 0, 0, 0, 0, 1191.5972900390625, -4120.38525390625, 34.79286956787109375, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Event Controller (Area: Durotar - Difficulty: 0) +(@CGUID+71, 154980, 1, 14, 14, '0', 0, 0, 0, 0, 1199.251708984375, -4086.18408203125, 19.803985595703125, 4.58296060562133789, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Kyl'kahn (Area: Durotar - Difficulty: 0) +(@CGUID+72, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1176.357666015625, -4155.73779296875, 21.78881072998046875, 4.830263137817382812, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300461 - [DNT] Brewfest Reveler) +(@CGUID+73, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1175.2083740234375, -4158.533203125, 21.78881072998046875, 0.518876433372497558, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300458 - [DNT] Brewfest Reveler) +(@CGUID+74, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1189.579833984375, -4152.11474609375, 21.53881072998046875, 4.170112133026123046, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300454 - [DNT] Brewfest Reveler) +(@CGUID+75, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1176.782958984375, -4127.126953125, 21.14876556396484375, 0.234249517321586608, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+76, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1201.8524169921875, -4106.46337890625, 21.41598320007324218, 5.621531486511230468, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300459 - [DNT] Brewfest Reveler) +(@CGUID+77, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1186.705810546875, -4098.537109375, 19.08099746704101562, 4.591934680938720703, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300454 - [DNT] Brewfest Reveler) +(@CGUID+78, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1168.15283203125, -4131.65478515625, 21.39876556396484375, 1.549370646476745605, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+79, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1188.376708984375, -4134.53466796875, 21.83153533935546875, 4.591934680938720703, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300455 - [DNT] Brewfest Reveler) +(@CGUID+80, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1185.2847900390625, -4100.5400390625, 19.27376556396484375, 0.30574047565460205, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300455 - [DNT] Brewfest Reveler) +(@CGUID+81, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1180.6788330078125, -4110.05908203125, 20.03719329833984375, 5.621531486511230468, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300452 - [DNT] Brewfest Reveler) +(@CGUID+82, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1203.328125, -4107.92724609375, 21.76888847351074218, 2.420148611068725585, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300454 - [DNT] Brewfest Reveler) +(@CGUID+83, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1182.8524169921875, -4113.09375, 20.53731536865234375, 2.420148611068725585, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300455 - [DNT] Brewfest Reveler) +(@CGUID+84, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1210.126708984375, -4115.93212890625, 23.29513359069824218, 5.463227748870849609, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300457 - [DNT] Brewfest Reveler) +(@CGUID+85, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1178.2117919921875, -4157.63037109375, 21.78881072998046875, 2.833275318145751953, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300457 - [DNT] Brewfest Reveler) +(@CGUID+86, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1210.3194580078125, -4119.47216796875, 23.46883964538574218, 1.151840567588806152, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300452 - [DNT] Brewfest Reveler) +(@CGUID+87, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1187.8958740234375, -4154.73291015625, 21.53881072998046875, 1.088313579559326171, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300456 - [DNT] Brewfest Reveler) +(@CGUID+88, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1179.63720703125, -4127.876953125, 21.27376556396484375, 2.428172826766967773, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+89, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1178.375, -4124.814453125, 21.02376556396484375, 4.520446300506591796, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+90, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1168.4930419921875, -4128.56787109375, 21.26448822021484375, 4.631168365478515625, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+91, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1199.8177490234375, -4126.81591796875, 22.89876556396484375, 4.586582660675048828, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+92, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1199.3004150390625, -4128.82666015625, 22.75203704833984375, 1.385201692581176757, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+93, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1188.24658203125, -4101.158203125, 19.47518157958984375, 2.277539014816284179, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300457 - [DNT] Brewfest Reveler) +(@CGUID+94, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1186.85595703125, -4136.7119140625, 21.78881072998046875, 0.30574047565460205, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300459 - [DNT] Brewfest Reveler) +(@CGUID+95, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1190.01220703125, -4137.5849609375, 21.96630096435546875, 2.277539014816284179, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) +(@CGUID+96, 155034, 1, 14, 14, '0', 0, 0, 0, 0, 1212.7413330078125, -4116.361328125, 23.78536796569824218, 3.466239213943481445, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Brewfest Reveler (Area: Durotar - Difficulty: 0) (Auras: 300453 - [DNT] Brewfest Reveler) +(@CGUID+97, 155131, 1, 14, 14, '0', 0, 0, 0, 0, 1170.089, -4159.592, 21.87743, 0, 120, 0, 0, 11791, 0, 2, 0, 0, 0, 45745), -- Zipsi Switchcrank (Area: Durotar - Difficulty: 0) (Auras: 301745 - Serving Platter) (possible waypoints or random movement) +(@CGUID+98, 155133, 1, 14, 14, '0', 0, 0, 0, 0, 1158.3038330078125, -4198.1787109375, 22.92135047912597656, 0.469425290822982788, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Etga (Area: Durotar - Difficulty: 0) (Auras: 300158 - [DNT] Chowdown Organizer) +(@CGUID+99, 155134, 1, 14, 14, '0', 0, 0, 0, 0, 1161.1910400390625, -4201.44970703125, 22.78371238708496093, 0.948976457118988037, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: Durotar - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+100, 155134, 1, 14, 14, '0', 0, 0, 0, 0, 1162.170166015625, -4202.15087890625, 22.73781776428222656, 0.87310725450515747, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: Durotar - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+101, 155134, 1, 14, 14, '0', 0, 0, 0, 0, 1158.998291015625, -4199.61474609375, 22.81603431701660156, 0.875549912452697753, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: Durotar - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+102, 155134, 1, 14, 14, '0', 0, 0, 0, 0, 1159.9791259765625, -4200.56103515625, 22.79554557800292968, 0.902219831943511962, 120, 0, 0, 11791, 100, 0, 0, 0, 0, 45745), -- Chowdown Participant's Seat (Area: Durotar - Difficulty: 0) (Auras: 297978 - [DNT] Seat Preparation) +(@CGUID+103, 155194, 1, 14, 14, '0', 0, 0, 0, 0, 1160.49658203125, -4159.39599609375, 21.83278465270996093, 3.757717132568359375, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- La'gar Brewshout (Area: Durotar - Difficulty: 0) +(@CGUID+104, 155269, 1, 14, 14, '0', 0, 0, 0, 1, 1156.7882080078125, -4144.97216796875, 21.34722328186035156, 0.396518051624298095, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Snipehunter Goro (Area: Durotar - Difficulty: 0) +(@CGUID+105, 155280, 1, 14, 14, '0', 0, 0, 0, 0, 1155.298583984375, -4141.97900390625, 21.32192420959472656, 5.610020160675048828, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Azu (Area: Durotar - Difficulty: 0) +(@CGUID+106, 155303, 1, 14, 14, '0', 0, 0, 0, 0, 1210.642333984375, -4326.0244140625, 21.27673721313476562, 2.39110112190246582, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: Durotar - Difficulty: 0) (Auras: 302192 - Apple Bucket) +(@CGUID+107, 155303, 1, 14, 14, '0', 0, 0, 0, 0, 1306.1944580078125, -4284.8525390625, 25.79408645629882812, 5.148721218109130859, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: Durotar - Difficulty: 0) (Auras: 302192 - Apple Bucket) +(@CGUID+108, 155303, 1, 14, 14, '0', 0, 0, 0, 0, 1177.829833984375, -4236.8525390625, 23.70227241516113281, 1.082104086875915527, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: Durotar - Difficulty: 0) (Auras: 302192 - Apple Bucket) +(@CGUID+109, 155303, 1, 14, 1296, '0', 0, 0, 0, 0, 1327.1632080078125, -4557.8056640625, 26.40106010437011718, 6.038839340209960937, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: 0 - Difficulty: 0) +(@CGUID+110, 155303, 1, 14, 4982, '0', 0, 0, 0, 0, 1317.0833740234375, -4650.15625, 21.91450119018554687, 5.148721218109130859, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745), -- Apple Bucket (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@CGUID+111, 155320, 1, 14, 4982, '0', 0, 0, 0, 0, 1333.298583984375, -4637.97216796875, 24.31587409973144531, 1.205543756484985351, 120, 0, 0, 12381, 0, 0, 0, 0, 0, 45745), -- Brewmaster Pijiu (Area: The Dranosh'ar Blockade - Difficulty: 0) (Auras: 44067 - Supplier Mark) +(@CGUID+112, 155345, 1, 14, 14, '0', 0, 0, 0, 0, 1189, -4122.65283203125, 27.37759780883789062, 0, 120, 0, 0, 11791, 0, 0, 0, 0, 0, 45745); -- [DNT] Brewfest Music (Area: Durotar - Difficulty: 0) + +DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+35, @CGUID+49, @CGUID+59, @CGUID+60, @CGUID+65, @CGUID+97, @CGUID+105); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+35, 0, 0, 0, 1, 886, 0, 0, 0, 0, ''), -- 24498 (Cort Gorestein) +(@CGUID+49, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''), -- 153009 (Ikura) +(@CGUID+59, 0, 0, 0, 257, 876, 0, 0, 0, 0, ''), -- 153074 (Brewfest Reveler) +(@CGUID+60, 0, 0, 0, 257, 876, 0, 0, 0, 0, ''), -- 153075 (Brewfest Reveler) +(@CGUID+65, (@CGUID+65)*10, 0, 0, 257, 0, 0, 0, 0, 0, ''), -- 153167 (Hydratius) +(@CGUID+97, (@CGUID+97)*10, 0, 0, 1, 0, 0, 0, 0, 0, '301745'), -- 155131 (Zipsi Switchcrank) +(@CGUID+105, 0, 0, 3, 1, 0, 0, 0, 0, 0, ''); -- 155280 (Azu) + +DELETE FROM `waypoint_data` WHERE `id` IN ((@CGUID+65)*10, (@CGUID+97)*10); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES +((@CGUID+65)*10, 0, 1230.105, -4148.242, 25.01845, NULL, 0), +((@CGUID+65)*10, 1, 1227.957, -4146.755, 24.76247, NULL, 0), +((@CGUID+65)*10, 2, 1219.97, -4143.997, 23.63539, NULL, 0), +((@CGUID+65)*10, 3, 1212.345, -4140.24, 22.87709, NULL, 0), +((@CGUID+65)*10, 4, 1206.528, -4131.109, 23.2474, NULL, 0), +((@CGUID+65)*10, 5, 1201.875, -4124.385, 23.08053, NULL, 0), +((@CGUID+65)*10, 6, 1201.363, -4115.306, 22.44247, NULL, 0), +((@CGUID+65)*10, 7, 1206.809, -4110.424, 22.48605, NULL, 0), +((@CGUID+65)*10, 8, 1207.439, -4105.983, 22.15378, NULL, 0), +((@CGUID+65)*10, 9, 1206.285, -4099.927, 21.46573, NULL, 0), +((@CGUID+65)*10,10, 1200.125, -4098.143, 20.38712, NULL, 0), +((@CGUID+65)*10,11, 1197.417, -4097.176, 19.9509, NULL, 0), +((@CGUID+65)*10,12, 1194.649, -4093.417, 19.39377, NULL, 0), +((@CGUID+65)*10,13, 1184.311, -4092.384, 18.40439, NULL, 0), +((@CGUID+65)*10,14, 1178.108, -4100.158, 18.79073, NULL, 0), +((@CGUID+65)*10,15, 1174.429, -4105.071, 19.1888, NULL, 0), +((@CGUID+65)*10,16, 1170.266, -4114.856, 20.24398, NULL, 0), +((@CGUID+65)*10,17, 1170.295, -4118.288, 20.53085, NULL, 0), +((@CGUID+65)*10,18, 1170.927, -4124.158, 20.89877, NULL, 0), +((@CGUID+65)*10,19, 1171.629, -4129.851, 21.2933, NULL, 0), +((@CGUID+65)*10,20, 1164.443, -4140.469, 21.50074, NULL, 0), +((@CGUID+65)*10,21, 1162.399, -4147.304, 21.50074, NULL, 0), +((@CGUID+65)*10,22, 1165.495, -4151.363, 21.52369, NULL, 0), +((@CGUID+65)*10,23, 1170.347, -4152.16, 21.78881, NULL, 0), +((@CGUID+65)*10,24, 1176.149, -4153.429, 21.66381, NULL, 0), +((@CGUID+65)*10,25, 1179.656, -4155.997, 21.66381, NULL, 0), +((@CGUID+65)*10,26, 1182.898, -4154.781, 21.66381, NULL, 0), +((@CGUID+65)*10,27, 1188.462, -4147.853, 21.60888, NULL, 0), +((@CGUID+65)*10,28, 1195.363, -4143.415, 21.89135, NULL, 0), +((@CGUID+65)*10,29, 1205.549, -4141.537, 22.49684, NULL, 0), +((@CGUID+65)*10,30, 1217.363, -4146.057, 23.16457, NULL, 0), +((@CGUID+65)*10,31, 1225.363, -4150.702, 24.2278, NULL, 0), +((@CGUID+65)*10,32, 1231.686, -4154.181, 25.12294, NULL, 0), +((@CGUID+65)*10,33, 1238.47, -4157.247, 26.10553, NULL, 0), +((@CGUID+65)*10,34, 1242.597, -4151.847, 26.76739, NULL, 0), +((@CGUID+97)*10, 0, 1170.089, -4159.592, 21.87743, NULL, 0), +((@CGUID+97)*10, 1, 1176.951, -4162.259, 21.9475, NULL, 0), +((@CGUID+97)*10, 2, 1183.174, -4158.271, 21.66381, NULL, 0), +((@CGUID+97)*10, 3, 1186.161, -4153.375, 21.53881, NULL, 0), +((@CGUID+97)*10, 4, 1191.946, -4144.971, 21.78881, NULL, 0), +((@CGUID+97)*10, 5, 1193.736, -4137.021, 22.03368, NULL, 0), +((@CGUID+97)*10, 6, 1198.467, -4131.066, 22.73324, NULL, 0), +((@CGUID+97)*10, 7, 1204.021, -4123.304, 23.16806, NULL, 0), +((@CGUID+97)*10, 8, 1208.387, -4113.538, 22.98703, NULL, 0), +((@CGUID+97)*10, 9, 1204.365, -4103.955, 21.37924, NULL, 0), +((@CGUID+97)*10,10, 1200.323, -4098.753, 20.48441, NULL, 0), +((@CGUID+97)*10,11, 1194.639, -4093.148, 19.36033, NULL, 0), +((@CGUID+97)*10,12, 1188.694, -4092.564, 18.70188, NULL, 0), +((@CGUID+97)*10,13, 1178.106, -4102.728, 19.03866, NULL, 0), +((@CGUID+97)*10,14, 1170.561, -4115.974, 20.37826, NULL, 0), +((@CGUID+97)*10,15, 1168.573, -4121.882, 20.837, NULL, 0), +((@CGUID+97)*10,16, 1172.038, -4133.092, 21.39877, NULL, 0), +((@CGUID+97)*10,17, 1163.767, -4141.554, 21.50074, NULL, 0), +((@CGUID+97)*10,18, 1162.981, -4147.268, 21.35548, NULL, 0), +((@CGUID+97)*10,19, 1166.406, -4155.194, 21.71778, NULL, 0); + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 225989 AND 226286; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 225989 AND 226286; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+426; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Orgrimmar +(@OGUID+0, 186717, 1, 1637, 1637, '0', 0, 0, 1563.8072509765625, -4394.62353515625, 16.38290786743164062, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 45745), -- Brewfest Banner (Area: Orgrimmar - Difficulty: 0) +(@OGUID+1, 186717, 1, 1637, 1637, '0', 0, 0, 1566.5191650390625, -4409.3349609375, 16.26761627197265625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 45745), -- Brewfest Banner (Area: Orgrimmar - Difficulty: 0) +(@OGUID+2, 186717, 1, 1637, 1637, '0', 0, 0, 1610.015625, -4152.1474609375, 49.28722000122070312, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 45745), -- Brewfest Banner (Area: Orgrimmar - Difficulty: 0) +(@OGUID+3, 186717, 1, 1637, 1637, '0', 0, 0, 1600.59375, -4160.32275390625, 49.7701568603515625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 45745), -- Brewfest Banner (Area: Orgrimmar - Difficulty: 0) +(@OGUID+4, 186717, 1, 1637, 1637, '0', 0, 0, 1610.7882080078125, -4175.73291015625, 50.69487380981445312, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 45745), -- Brewfest Banner (Area: Orgrimmar - Difficulty: 0) +(@OGUID+5, 186717, 1, 1637, 1637, '0', 0, 0, 1585.0364990234375, -4400.3369140625, 15.98898124694824218, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 45745), -- Brewfest Banner (Area: Orgrimmar - Difficulty: 0) +(@OGUID+6, 186717, 1, 1637, 5170, '0', 0, 0, 1908.1510009765625, -4279.31591796875, 27.85268783569335937, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 45745), -- Brewfest Banner (Area: Valley of Strength - Difficulty: 0) +(@OGUID+7, 186717, 1, 1637, 5170, '0', 0, 0, 1910.4305419921875, -4264.19091796875, 29.54247665405273437, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 45745), -- Brewfest Banner (Area: Valley of Strength - Difficulty: 0) +(@OGUID+8, 186717, 1, 1637, 5170, '0', 0, 0, 1932.470458984375, -4270.8837890625, 28.41196632385253906, 3.36761784553527832, 0, 0, -0.99362087249755859, 0.112772092223167419, 120, 255, 1, 45745), -- Brewfest Banner (Area: Valley of Strength - Difficulty: 0) +(@OGUID+9, 186717, 1, 1637, 5170, '0', 0, 0, 1929.7379150390625, -4283.72216796875, 26.04098320007324218, 2.94610452651977539, 0, 0, 0.995226860046386718, 0.09758847951889038, 120, 255, 1, 45745), -- Brewfest Banner (Area: Valley of Strength - Difficulty: 0) +(@OGUID+10, 186717, 1, 1637, 5170, '0', 0, 0, 1917.9635009765625, -4672.923828125, 34.47301101684570312, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 45745), -- Brewfest Banner (Area: Valley of Strength - Difficulty: 0) +(@OGUID+11, 186717, 1, 1637, 5170, '0', 0, 0, 1936.204833984375, -4670.52783203125, 33.3103790283203125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 45745), -- Brewfest Banner (Area: Valley of Strength - Difficulty: 0) +(@OGUID+12, 186717, 1, 1637, 5170, '0', 0, 0, 1941.8194580078125, -4696.8662109375, 35.99005508422851562, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 45745), -- Brewfest Banner (Area: Valley of Strength - Difficulty: 0) +(@OGUID+13, 195253, 1, 1637, 5170, '0', 0, 0, 1616.550048828125, -4423.97998046875, 27.18330001831054687, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+14, 195253, 1, 1637, 5170, '0', 0, 0, 1586.5999755859375, -4311.75, 28.184600830078125, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+15, 195253, 1, 1637, 5170, '0', 0, 0, 1667.9300537109375, -4343.41015625, 73.01419830322265625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+16, 195253, 1, 1637, 5170, '0', 0, 0, 1799.31005859375, -4370.669921875, 107.9680023193359375, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+17, 195253, 1, 1637, 5168, '0', 0, 0, 2037.280029296875, -4676.0498046875, 42.38940048217773437, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+18, 195253, 1, 1637, 5168, '0', 0, 0, 2073.52001953125, -4766.5, 33.80910110473632812, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+19, 195253, 1, 1637, 5171, '0', 0, 0, 1951.3900146484375, -4199.58984375, 41.89910125732421875, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+20, 195253, 1, 1637, 5332, '0', 0, 0, 1640.0699462890625, -4121.75, 67.02790069580078125, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+21, 195253, 1, 1637, 5169, '0', 0, 0, 1734.68994140625, -4078.679931640625, 58.73630142211914062, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 45745), -- Hanging, Streamer x3 - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+22, 195256, 1, 1637, 1637, '0', 0, 0, 1546.18994140625, -4358.0400390625, 18.04109954833984375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+23, 195256, 1, 1637, 1637, '0', 0, 0, 1543.31005859375, -4363.77978515625, 20.5475006103515625, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+24, 195256, 1, 1637, 1637, '0', 0, 0, 1563.93994140625, -4429.7900390625, 14.31309986114501953, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+25, 195256, 1, 1637, 1637, '0', 0, 0, 1537.75, -4375.93994140625, 17.67499923706054687, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+26, 195256, 1, 1637, 1637, '0', 0, 0, 1569.3819580078125, -4382.36962890625, 16.33680534362792968, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+27, 195256, 1, 1637, 5170, '0', 0, 0, 1556.81005859375, -4331.14990234375, 22.68700027465820312, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+28, 195256, 1, 1637, 5170, '0', 0, 0, 1617.3900146484375, -4414.43994140625, 14.88309955596923828, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+29, 195256, 1, 1637, 5170, '0', 0, 0, 1607.72998046875, -4383.830078125, 20.79039955139160156, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+30, 195256, 1, 1637, 5170, '0', 0, 0, 1593.260009765625, -4310.6201171875, 20.62369918823242187, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+31, 195256, 1, 1637, 5170, '0', 0, 0, 1662.050048828125, -4339.31005859375, 63.58499908447265625, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+32, 195256, 1, 1637, 5170, '0', 0, 0, 1668.0899658203125, -4351.06982421875, 63.58499908447265625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+33, 195256, 1, 1637, 5170, '0', 0, 0, 1642.969970703125, -4230.47998046875, 52.0428009033203125, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+34, 195256, 1, 1637, 5170, '0', 0, 0, 1707.4200439453125, -4308.009765625, 31.22760009765625, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 45745), -- Standing, Exterior; Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+35, 195256, 1, 1637, 5170, '0', 0, 0, 1577.092041015625, -4217.59375, 54.19200897216796875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+36, 195256, 1, 1637, 5170, '0', 0, 0, 1738.0799560546875, -4399.5, 36.53369903564453125, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+37, 195256, 1, 1637, 5170, '0', 0, 0, 1747.0400390625, -4412.490234375, 36.96250152587890625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+38, 195256, 1, 1637, 5167, '0', 0, 0, 1869.699951171875, -4520.35986328125, 24.58790016174316406, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Drag - Difficulty: 0) +(@OGUID+39, 195256, 1, 1637, 5168, '0', 0, 0, 1904.030029296875, -4673.02001953125, 35.39350128173828125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+40, 195256, 1, 1637, 5171, '0', 0, 0, 1916.9000244140625, -4227.490234375, 37.07920074462890625, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+41, 195256, 1, 1637, 5170, '0', 0, 0, 1588.361083984375, -4178.126953125, 52.32696533203125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+42, 195256, 1, 1637, 5170, '0', 0, 0, 1594.1597900390625, -4162.80712890625, 51.74104690551757812, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+43, 195256, 1, 1637, 5170, '0', 0, 0, 1537.5504150390625, -4206.1337890625, 54.383453369140625, 0.132501229643821716, 0, 0, 0.066202163696289062, 0.997806251049041748, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+44, 195256, 1, 1637, 5170, '0', 0, 0, 1573.921875, -4164.142578125, 53.75942230224609375, 0.047823697328567504, 0, 0, 0.023909568786621093, 0.999714136123657226, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+45, 195256, 1, 1637, 5169, '0', 0, 0, 1727.25, -4065.760009765625, 49.26470184326171875, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+46, 195260, 1, 1637, 1637, '0', 0, 0, 1519.72998046875, -4346.31005859375, 21.89909934997558593, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+47, 195260, 1, 1637, 1637, '0', 0, 0, 1511, -4353.7099609375, 21.87989997863769531, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+48, 195260, 1, 1637, 1637, '0', 0, 0, 1514.97998046875, -4347.080078125, 21.87989997863769531, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+49, 195260, 1, 1637, 5170, '0', 0, 0, 1583.2900390625, -4463.080078125, 17.24099922180175781, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+50, 195260, 1, 1637, 5170, '0', 0, 0, 1582.6800537109375, -4460.990234375, 23.16650009155273437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+51, 195260, 1, 1637, 5170, '0', 0, 0, 1580.0999755859375, -4464.06005859375, 17.23870086669921875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+52, 195260, 1, 1637, 5170, '0', 0, 0, 1577.530029296875, -4464.759765625, 17.26910018920898437, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+53, 195260, 1, 1637, 5170, '0', 0, 0, 1576.56005859375, -4462.5400390625, 23.16650009155273437, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+54, 195260, 1, 1637, 5170, '0', 0, 0, 1639.2239990234375, -4444.65283203125, 18.51654434204101562, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+55, 195260, 1, 1637, 5170, '0', 0, 0, 1642.949951171875, -4446.10009765625, 26.27840042114257812, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+56, 195260, 1, 1637, 5170, '0', 0, 0, 1635.7135009765625, -4448.33837890625, 18.51782989501953125, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+57, 195260, 1, 1637, 5169, '0', 0, 0, 1730, -4078.510009765625, 71.4373016357421875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+58, 195260, 1, 1637, 5169, '0', 0, 0, 1728.760009765625, -4081.260009765625, 71.351898193359375, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+59, 195260, 1, 1637, 5169, '0', 0, 0, 1742.6099853515625, -4084.449951171875, 69.10540008544921875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+60, 195260, 1, 1637, 5169, '0', 0, 0, 1741.1400146484375, -4080.510009765625, 69.105499267578125, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+61, 195263, 1, 1637, 5170, '0', 0, 0, 1611.719970703125, -4426.97021484375, 18.53499984741210937, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+62, 195263, 1, 1637, 5170, '0', 0, 0, 1619.52001953125, -4419.08984375, 18.13489913940429687, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+63, 195263, 1, 1637, 5170, '0', 0, 0, 1583.8199462890625, -4223.68994140625, 57.40999984741210937, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+64, 195263, 1, 1637, 5170, '0', 0, 0, 1600.010009765625, -4210.419921875, 57.44120025634765625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+65, 195263, 1, 1637, 5170, '0', 0, 0, 1747.4599609375, -4391.85986328125, 44.42950057983398437, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+66, 195263, 1, 1637, 5170, '0', 0, 0, 1753.6600341796875, -4387.60009765625, 44.42029953002929687, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+67, 195263, 1, 1637, 5170, '0', 0, 0, 1756.81005859375, -4405.8701171875, 44.31529998779296875, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+68, 195263, 1, 1637, 5170, '0', 0, 0, 1763.0799560546875, -4401.580078125, 44.29320144653320312, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+69, 195263, 1, 1637, 5168, '0', 0, 0, 1900.3199462890625, -4687.97998046875, 39.13949966430664062, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+70, 195263, 1, 1637, 5171, '0', 0, 0, 1917.9000244140625, -4231.1298828125, 39.3524017333984375, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 45745), -- Hanging, Square, Medium - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+71, 195265, 1, 14, 4982, '0', 0, 0, 1438.06005859375, -4360.259765625, 25.31410026550292968, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+72, 195265, 1, 14, 4982, '0', 0, 0, 1430.47998046875, -4426.52978515625, 25.3069000244140625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+73, 195265, 1, 14, 4982, '0', 0, 0, 1431.02001953125, -4429.31982421875, 25.30839920043945312, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+74, 195265, 1, 14, 4982, '0', 0, 0, 1450.3055419921875, -4429.1162109375, 25.45359230041503906, 2.64692997932434082, 0, 0, 0.969569206237792968, 0.244817420840263366, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+75, 195265, 1, 14, 4982, '0', 0, 0, 1461.6199951171875, -4412.8701171875, 25.33069992065429687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+76, 195265, 1, 1637, 5169, '0', 0, 0, 1738.969970703125, -4070.3798828125, 48.10770034790039062, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+77, 195265, 1, 1637, 5169, '0', 0, 0, 1737.4100341796875, -4069.719970703125, 48.42779922485351562, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+78, 195265, 1, 1637, 5169, '0', 0, 0, 1739.489990234375, -4068.919921875, 48.1074981689453125, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+79, 195265, 1, 1637, 5169, '0', 0, 0, 1738.9300537109375, -4070.35009765625, 49.35660171508789062, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+80, 195266, 1, 1637, 1637, '0', 0, 0, 1568.6600341796875, -4430.39990234375, 22.46669960021972656, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+81, 195266, 1, 1637, 1637, '0', 0, 0, 1572.1099853515625, -4429.39990234375, 22.37619972229003906, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+82, 195266, 1, 1637, 5168, '0', 0, 0, 1918.699951171875, -4729.64013671875, 44.61510086059570312, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+83, 195266, 1, 1637, 5171, '0', 0, 0, 1919.7900390625, -4232.330078125, 42.38560104370117187, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+84, 195273, 1, 14, 4982, '0', 0, 0, 1442.5103759765625, -4359.3349609375, 29.79220008850097656, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+85, 195273, 1, 14, 4982, '0', 0, 0, 1443.4427490234375, -4367.59033203125, 29.67009925842285156, 3.231614112854003906, 0, 0, -0.99898719787597656, 0.044995453208684921, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+86, 195273, 1, 14, 4982, '0', 0, 0, 1422.7742919921875, -4420.73291015625, 29.58182144165039062, 0.238904312252998352, 0, 0, 0.119168281555175781, 0.992874085903167724, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+87, 195273, 1, 14, 4982, '0', 0, 0, 1423.8177490234375, -4428.921875, 29.56694984436035156, 0.168968856334686279, 0, 0, 0.084383964538574218, 0.9964333176612854, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+88, 195273, 1, 1637, 1637, '0', 0, 0, 1537.530029296875, -4371.990234375, 26.2845001220703125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+89, 195273, 1, 1637, 1637, '0', 0, 0, 1565.719970703125, -4436.2900390625, 19.36989974975585937, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Orgrimmar - Difficulty: 0) +(@OGUID+90, 195273, 1, 1637, 5170, '0', 0, 0, 1577.8900146484375, -4432.9501953125, 19.15780067443847656, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+91, 195273, 1, 1637, 5170, '0', 0, 0, 1665.3499755859375, -4338.89990234375, 69.08350372314453125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+92, 195273, 1, 1637, 5170, '0', 0, 0, 1670.5400390625, -4347.97021484375, 69.05699920654296875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+93, 195273, 1, 1637, 5170, '0', 0, 0, 1695.1400146484375, -4271.14990234375, 37.30810165405273437, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+94, 195273, 1, 1637, 5170, '0', 0, 0, 1700.5, -4275.990234375, 37.31660079956054687, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+95, 195273, 1, 1637, 5170, '0', 0, 0, 1670.949951171875, -4423.81982421875, 25.05089950561523437, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+96, 195273, 1, 1637, 5170, '0', 0, 0, 1663.8199462890625, -4433.52001953125, 24.72699928283691406, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Strength - Difficulty: 0) +(@OGUID+97, 195273, 1, 1637, 5167, '0', 0, 0, 1888.52001953125, -4600.31005859375, 41.44359970092773437, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Drag - Difficulty: 0) +(@OGUID+98, 195273, 1, 1637, 5167, '0', 0, 0, 1934.8800048828125, -4594.58984375, 41.61320114135742187, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Drag - Difficulty: 0) +(@OGUID+99, 195273, 1, 1637, 5168, '0', 0, 0, 1900.760009765625, -4678.77978515625, 39.08229827880859375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+100, 195273, 1, 1637, 5168, '0', 0, 0, 1999.1700439453125, -4668.81005859375, 30.54710006713867187, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+101, 195273, 1, 1637, 5168, '0', 0, 0, 2038.800048828125, -4681.9501953125, 35.07889938354492187, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+102, 195273, 1, 1637, 5168, '0', 0, 0, 2034.510009765625, -4670.43994140625, 34.97359848022460937, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+103, 195273, 1, 1637, 5168, '0', 0, 0, 2070.340087890625, -4804.7099609375, 31.90710067749023437, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+104, 195273, 1, 1637, 5168, '0', 0, 0, 2078.75, -4800.27978515625, 31.87400054931640625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Honor - Difficulty: 0) +(@OGUID+105, 195273, 1, 1637, 5167, '0', 0, 0, 1900.0400390625, -4382.08984375, 46.42800140380859375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Drag - Difficulty: 0) +(@OGUID+106, 195273, 1, 1637, 5167, '0', 0, 0, 1907.4000244140625, -4380.60986328125, 46.34769821166992187, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Drag - Difficulty: 0) +(@OGUID+107, 195273, 1, 1637, 5167, '0', 0, 0, 1904.1099853515625, -4364.18017578125, 46.06280136108398437, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Drag - Difficulty: 0) +(@OGUID+108, 195273, 1, 1637, 5167, '0', 0, 0, 1896.68994140625, -4365.68994140625, 46.20119857788085937, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: The Drag - Difficulty: 0) +(@OGUID+109, 195273, 1, 1637, 5171, '0', 0, 0, 1886.199951171875, -4281.509765625, 28.75539970397949218, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+110, 195273, 1, 1637, 5171, '0', 0, 0, 1860.77001953125, -4291.64013671875, 31.61899948120117187, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+111, 195273, 1, 1637, 5171, '0', 0, 0, 1952.469970703125, -4204.52978515625, 38.86209869384765625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+112, 195273, 1, 1637, 5171, '0', 0, 0, 1932.4100341796875, -4182.22021484375, 40.4954986572265625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+113, 195273, 1, 1637, 5171, '0', 0, 0, 1914.27001953125, -4188.22021484375, 40.4468994140625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+114, 195273, 1, 1637, 0, '0', 0, 0, 1747.469970703125, -4198.3798828125, 54.29600143432617187, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: 0 - Difficulty: 0) +(@OGUID+115, 195273, 1, 1637, 5169, '0', 0, 0, 1709.199951171875, -4085.52001953125, 51.69260025024414062, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+116, 195273, 1, 1637, 5169, '0', 0, 0, 1729.1800537109375, -4080.590087890625, 56.01599884033203125, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+117, 195273, 1, 1637, 5169, '0', 0, 0, 1740.31005859375, -4076.7099609375, 55.63199996948242187, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 45745), -- Hanging, Tall/Thin, Medium - Brewfest (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+118, 195256, 1, 14, 4982, '0', 0, 0, 1301.5699462890625, -4330.2998046875, 33.035400390625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+119, 195256, 1, 14, 4982, '0', 0, 0, 1304.5999755859375, -4345.02001953125, 32.999298095703125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 45745), -- Standing, Exterior, Medium - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+120, 195260, 1, 14, 4982, '0', 0, 0, 1289.800048828125, -4344.31005859375, 35.50780105590820312, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+121, 195260, 1, 14, 4982, '0', 0, 0, 1286.1700439453125, -4333.47021484375, 35.69499969482421875, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- Standing, Interior, Small - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+122, 195264, 1, 14, 4982, '0', 0, 0, 1309.8199462890625, -4324.27001953125, 33.939300537109375, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 45745), -- Standing, Interior, Medium - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+123, 195265, 1, 14, 4982, '0', 0, 0, 1312.3900146484375, -4325.31005859375, 32.47679901123046875, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+124, 195265, 1, 14, 4982, '0', 0, 0, 1311.3499755859375, -4324.43017578125, 32.7333984375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+125, 195266, 1, 14, 4982, '0', 0, 0, 1297.5400390625, -4337.66015625, 38.1259002685546875, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 45745), -- Hanging, Streamer - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+126, 186680, 1, 14, 4982, '0', 0, 0, 1367.19970703125, -4341.9619140625, 28.61637115478515625, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- Brewfest Canopy (Area: Durotar - Difficulty: 0) +(@OGUID+127, 186717, 1, 14, 4982, '0', 0, 0, 1362.54345703125, -4352.3505859375, 26.83419990539550781, 3.600472211837768554, 0, 0, -0.97379398345947265, 0.227431893348693847, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+128, 326138, 1, 14, 4982, '0', 0, 0, 1366.5538330078125, -4343.95166015625, 28.61637115478515625, 1.762728452682495117, 0, 0, 0.771607398986816406, 0.636099040508270263, 120, 255, 1, 45745), -- Party Table (Area: Rocktusk Farm - Difficulty: 0) +(@OGUID+129, 326139, 1, 14, 4982, '0', 0, 0, 1366.6024169921875, -4343.6318359375, 29.59897613525390625, 5.183575630187988281, 0, 0, -0.52252101898193359, 0.852626383304595947, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Rocktusk Farm - Difficulty: 0) +(@OGUID+130, 326139, 1, 14, 4982, '0', 0, 0, 1366.38720703125, -4344.12353515625, 29.59897613525390625, 1.832538485527038574, 0, 0, 0.793335914611816406, 0.608784139156341552, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Rocktusk Farm - Difficulty: 0) +(@OGUID+131, 326139, 1, 14, 4982, '0', 0, 0, 1366.185791015625, -4343.7119140625, 29.59897613525390625, 2.984450340270996093, 0, 0, 0.996914863586425781, 0.078490354120731353, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Rocktusk Farm - Difficulty: 0) +(@OGUID+132, 326139, 1, 14, 4982, '0', 0, 0, 1366.890625, -4344.078125, 29.59897613525390625, 2.024524688720703125, 0, 0, 0.848032951354980468, 0.529943466186523437, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Rocktusk Farm - Difficulty: 0) +(@OGUID+133, 326705, 1, 14, 4982, '0', 0, 0, 1363.201416015625, -4346.9150390625, 28.46174812316894531, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Rocktusk Farm - Difficulty: 0) +(@OGUID+134, 327165, 1, 14, 4982, '0', 0, 0, 1369.3992919921875, -4339.7744140625, 28.61636734008789062, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Keg (Area: Rocktusk Farm - Difficulty: 0) +(@OGUID+135, 327165, 1, 14, 4982, '0', 0, 0, 1368.0728759765625, -4339.29541015625, 28.61637115478515625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Keg (Area: Rocktusk Farm - Difficulty: 0) +-- Brewfest area +(@OGUID+136, 180749, 1, 14, 14, '0', 0, 0, 1211.642333984375, -4126.75537109375, 23.55902862548828125, 3.118648052215576171, 0, 0, 0.999934196472167968, 0.011472011916339397, 120, 255, 1, 45745), -- Cheer Speaker (Area: Durotar - Difficulty: 0) +(@OGUID+137, 180749, 1, 14, 14, '0', 0, 0, 1170.4114990234375, -4103.33154296875, 18.73263931274414062, 1.950362563133239746, 0, 0, 0.827803611755371093, 0.561017990112304687, 120, 255, 1, 45745), -- Cheer Speaker (Area: Durotar - Difficulty: 0) +(@OGUID+138, 180749, 1, 14, 14, '0', 0, 0, 1181.3211669921875, -4156.6337890625, 22.16675567626953125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Cheer Speaker (Area: Durotar - Difficulty: 0) +(@OGUID+139, 180749, 1, 14, 14, '0', 0, 0, 1160.07470703125, -4137.736328125, 23.89529037475585937, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 45745), -- Cheer Speaker (Area: Durotar - Difficulty: 0) +(@OGUID+140, 186185, 1, 14, 14, '0', 0, 0, 1220.7603759765625, -4118.80224609375, 24.45111083984375, 2.984743833541870117, -0.06064844131469726, -0.00642013549804687, 0.995122909545898437, 0.07753031700849533, 120, 255, 1, 45745), -- Gordok Festive Keg (Area: Durotar - Difficulty: 0) +(@OGUID+141, 186186, 1, 14, 14, '0', 0, 0, 1159.5347900390625, -4110.66162109375, 19.61979103088378906, 5.957599163055419921, 0, 0, -0.16207504272460937, 0.986778438091278076, 120, 255, 1, 45745), -- Drohn's Distillery Festive Keg (Area: Durotar - Difficulty: 0) +(@OGUID+142, 186187, 1, 14, 14, '0', 0, 0, 1206.2413330078125, -4086.3212890625, 20.765625, 4.305149078369140625, 0.021349430084228515, -0.04157352447509765, -0.83444595336914062, 0.549104571342468261, 120, 255, 1, 45745), -- T'chali's Voodoo Brew Festive Keg (Area: Durotar - Difficulty: 0) +(@OGUID+143, 186229, 1, 14, 14, '0', 0, 0, 1154.4322509765625, -4156.54150390625, 20.29161643981933593, 3.866014957427978515, 0.000954627990722656, -0.00771808624267578, -0.93508243560791015, 0.354344964027404785, 120, 255, 1, 45745), -- BREWFEST (Area: Durotar - Difficulty: 0) +(@OGUID+144, 186680, 1, 14, 14, '0', 0, 0, 1158.361083984375, -4204.28125, 22.59717369079589843, 0.960300564765930175, 0.001619815826416015, 0.005380630493164062, 0.46189117431640625, 0.88691878318786621, 120, 255, 1, 45745), -- Brewfest Canopy (Area: Durotar - Difficulty: 0) +(@OGUID+145, 186680, 1, 14, 14, '0', 0, 0, 1177.5989990234375, -4223.517578125, 22.81329345703125, 0.996037423610687255, -0.00771903991699218, -0.0010986328125, 0.477688789367675781, 0.878494501113891601, 120, 255, 1, 45745), -- Brewfest Canopy (Area: Durotar - Difficulty: 0) +(@OGUID+146, 186680, 1, 14, 14, '0', 0, 0, 1192.282958984375, -4165.546875, 21.58426666259765625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- Brewfest Canopy (Area: Durotar - Difficulty: 0) +(@OGUID+147, 186681, 1, 14, 14, '0', 0, 0, 1180.1197509765625, -4172.142578125, 21.61299324035644531, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 45745), -- Brewfest Food Tent (Area: Durotar - Difficulty: 0) +(@OGUID+148, 186681, 1, 14, 14, '0', 0, 0, 1153.68408203125, -4132.06591796875, 20.99527549743652343, 6.233623504638671875, 0, 0, -0.02477836608886718, 0.999692976474761962, 120, 255, 1, 45745), -- Brewfest Food Tent (Area: Durotar - Difficulty: 0) +(@OGUID+149, 186682, 1, 14, 14, '0', 0, 0, 1213.8072509765625, -4091.828125, 21.6852874755859375, 3.852287530899047851, 0.008812427520751953, -0.06044673919677734, -0.93550872802734375, 0.347982615232467651, 120, 255, 1, 45745), -- Brewfest Beer Tent (Area: Durotar - Difficulty: 0) +(@OGUID+150, 186682, 1, 14, 14, '0', 0, 0, 1161.9461669921875, -4101.453125, 18.52599143981933593, 5.89983987808227539, -0.05095100402832031, -0.02523517608642578, -0.19172573089599609, 0.979800224304199218, 120, 255, 1, 45745), -- Brewfest Beer Tent (Area: Durotar - Difficulty: 0) +(@OGUID+151, 186683, 1, 14, 4982, '0', 0, 0, 1330.5382080078125, -4642.48974609375, 23.62487220764160156, 2.916415691375732421, -0.05447006225585937, 0.000032424926757812, 0.992230415344238281, 0.111856110394001007, 120, 255, 1, 45745), -- Empty Brew Wagon (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+152, 186709, 1, 14, 14, '0', 0, 0, 1186.8524169921875, -4226.95849609375, 24.453125, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Durotar - Difficulty: 0) +(@OGUID+153, 186709, 1, 14, 14, '0', 0, 0, 1185.2742919921875, -4225.986328125, 24.31208229064941406, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Durotar - Difficulty: 0) +(@OGUID+154, 186709, 1, 14, 14, '0', 0, 0, 1183.748291015625, -4224.830078125, 24.16156959533691406, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: Durotar - Difficulty: 0) +(@OGUID+155, 186709, 1, 14, 4982, '0', 0, 0, 1334.13720703125, -4641.48291015625, 24.26278495788574218, 1.534296512603759765, 0, 0, 0.694085121154785156, 0.719892919063568115, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+156, 186709, 1, 14, 4982, '0', 0, 0, 1336.1129150390625, -4642.34716796875, 24.44666290283203125, 2.472614765167236328, 0, 0, 0.944578170776367187, 0.328286528587341308, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+157, 186709, 1, 14, 4982, '0', 0, 0, 1327.2447509765625, -4638.3837890625, 23.74754524230957031, 0.887380897998809814, 0, 0, 0.4292755126953125, 0.903173565864562988, 120, 255, 1, 45745), -- Standing Brewfest Keg (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+158, 186717, 1, 14, 14, '0', 0, 0, 1168.560791015625, -4098.484375, 18.39724540710449218, 5.714218616485595703, 0, 0, -0.28066158294677734, 0.959806799888610839, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+159, 186717, 1, 14, 14, '0', 0, 0, 1188.3316650390625, -4228.2099609375, 24.51194190979003906, 0.97809380292892456, 0, 0, 0.469784736633300781, 0.882781028747558593, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+160, 186717, 1, 14, 14, '0', 0, 0, 1161.77783203125, -4398.2255859375, 25.27201652526855468, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+161, 186717, 1, 14, 14, '0', 0, 0, 1214.3004150390625, -4129.8818359375, 23.59349250793457031, 2.593387126922607421, 0, 0, 0.962668418884277343, 0.270683377981185913, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+162, 186717, 1, 14, 14, '0', 0, 0, 1336.015625, -4365.609375, 26.71100234985351562, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+163, 186717, 1, 14, 14, '0', 0, 0, 1173.80908203125, -4216.86474609375, 22.98779106140136718, 0.784946799278259277, 0, 0, 0.382474899291992187, 0.923965871334075927, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+164, 186717, 1, 14, 14, '0', 0, 0, 1168.8350830078125, -4239.81787109375, 22.41514778137207031, 1.168083429336547851, 0, 0, 0.551400184631347656, 0.834240853786468505, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+165, 186717, 1, 14, 14, '0', 0, 0, 1227.3385009765625, -4433.4619140625, 24.40195274353027343, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+166, 186717, 1, 14, 14, '0', 0, 0, 1308.4722900390625, -4448.673828125, 26.03033447265625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+167, 186717, 1, 14, 14, '0', 0, 0, 1217.2916259765625, -4098.77099609375, 21.89983940124511718, 3.682364940643310546, 0, 0, -0.96366786956787109, 0.267103463411331176, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+168, 186717, 1, 14, 14, '0', 0, 0, 1194.1197509765625, -4123.40087890625, 22.48537826538085937, 3.885187387466430664, 0, 0, -0.93167591094970703, 0.363290518522262573, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+169, 186717, 1, 14, 14, '0', 0, 0, 1188.032958984375, -4117.51220703125, 21.44266128540039062, 4.183285713195800781, 0, 0, -0.86739826202392578, 0.497614592313766479, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+170, 186717, 1, 14, 14, '0', 0, 0, 1305.7847900390625, -4408.330078125, 25.85153007507324218, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 45745), -- Brewfest Banner (Area: Durotar - Difficulty: 0) +(@OGUID+171, 186717, 1, 14, 0, '0', 0, 0, 1318.3333740234375, -4549.20654296875, 22.76087379455566406, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 45745), -- Brewfest Banner (Area: 0 - Difficulty: 0) +(@OGUID+172, 186717, 1, 14, 4982, '0', 0, 0, 1314.638916015625, -4599.16650390625, 23.74962234497070312, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+173, 186717, 1, 14, 4982, '0', 0, 0, 1336.0504150390625, -4640.5625, 24.45138931274414062, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+174, 186717, 1, 14, 4982, '0', 0, 0, 1329.55908203125, -4637.970703125, 23.95576286315917968, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 45745), -- Brewfest Banner (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+175, 186737, 1, 14, 14, '0', 0, 0, 1225.9635009765625, -4138.01220703125, 24.39450263977050781, 4.948596000671386718, 0.017147541046142578, 0.01239776611328125, -0.61881732940673828, 0.785249829292297363, 120, 255, 1, 45745), -- Brewfest Wagon Loaded (Area: Durotar - Difficulty: 0) +(@OGUID+176, 195265, 1, 14, 4982, '0', 0, 0, 1404.300048828125, -4892.35009765625, 12.58650016784667968, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+177, 195265, 1, 14, 4982, '0', 0, 0, 1404.280029296875, -4892.39990234375, 11.33829975128173828, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+178, 195265, 1, 14, 4982, '0', 0, 0, 1405.93994140625, -4898.8701171875, 14.34070014953613281, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 45745), -- Standing, Large - Brewfest (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+179, 209654, 1, 14, 14, '0', 0, 0, 1204.59033203125, -4156.26904296875, 21.91840362548828125, 2.488084793090820312, 0, 0, 0.947089195251464843, 0.320970475673675537, 120, 255, 1, 45745), -- Pandaren Tent (Area: Durotar - Difficulty: 0) +(@OGUID+180, 211694, 1, 14, 14, '0', 0, 0, 1202.0035400390625, -4154.37158203125, 21.79358291625976562, 2.493256330490112304, 0, 0, 0.947916030883789062, 0.318520337343215942, 120, 255, 1, 45745), -- Pandaren Brew (Area: Durotar - Difficulty: 0) +(@OGUID+181, 211694, 1, 14, 14, '0', 0, 0, 1207.0816650390625, -4156.345703125, 22.0625, 0.550789594650268554, 0, 0, 0.2719268798828125, 0.962317943572998046, 120, 255, 1, 45745), -- Pandaren Brew (Area: Durotar - Difficulty: 0) +(@OGUID+182, 211694, 1, 14, 14, '0', 0, 0, 1205.640625, -4158.9775390625, 22.01388931274414062, 3.869777917861938476, 0, 0, -0.93444728851318359, 0.356101512908935546, 120, 255, 1, 45745), -- Pandaren Brew (Area: Durotar - Difficulty: 0) +(@OGUID+183, 211694, 1, 14, 14, '0', 0, 0, 1204.18408203125, -4154.5869140625, 21.89236068725585937, 2.022863149642944335, 0, 0, 0.847592353820800781, 0.530647873878479003, 120, 255, 1, 45745), -- Pandaren Brew (Area: Durotar - Difficulty: 0) +(@OGUID+184, 211694, 1, 14, 14, '0', 0, 0, 1202.625, -4156.6025390625, 21.81944465637207031, 2.982998847961425781, 0, 0, 0.996857643127441406, 0.079213760793209075, 120, 255, 1, 45745), -- Pandaren Brew (Area: Durotar - Difficulty: 0) +(@OGUID+185, 211694, 1, 14, 14, '0', 0, 0, 1204.826416015625, -4156.783203125, 21.93402862548828125, 3.869777917861938476, 0, 0, -0.93444728851318359, 0.356101512908935546, 120, 255, 1, 45745), -- Pandaren Brew (Area: Durotar - Difficulty: 0) +(@OGUID+186, 221481, 1, 14, 14, '0', 0, 0, 1200.953125, -4153.53662109375, 21.7617340087890625, 5.616784095764160156, 0, 0, -0.32706928253173828, 0.945000350475311279, 120, 255, 1, 45745), -- Pandaren Kitchen Table (Area: Durotar - Difficulty: 0) +(@OGUID+187, 221482, 1, 14, 14, '0', 0, 0, 1198.2552490234375, -4152.84375, 22.57123947143554687, 4.765048980712890625, 0, 0, -0.68824577331542968, 0.725477576255798339, 120, 255, 1, 45745), -- PA Mug Bamboo 06 (Area: Durotar - Difficulty: 0) +(@OGUID+188, 221482, 1, 14, 14, '0', 0, 0, 1199.7257080078125, -4151.32275390625, 22.62852859497070312, 3.774377346038818359, 0, 0, -0.9503641128540039, 0.311139971017837524, 120, 255, 1, 45745), -- PA Mug Bamboo 06 (Area: Durotar - Difficulty: 0) +(@OGUID+189, 221482, 1, 14, 14, '0', 0, 0, 1198.5989990234375, -4152.29541015625, 22.58253097534179687, 4.189875125885009765, 0, 0, -0.8657541275024414, 0.500469565391540527, 120, 255, 1, 45745), -- PA Mug Bamboo 06 (Area: Durotar - Difficulty: 0) +(@OGUID+190, 231654, 1, 14, 14, '0', 0, 0, 1200.6441650390625, -4085.538330078125, 19.77874183654785156, 6.239365100860595703, 0.029206275939941406, -0.01964378356933593, -0.021331787109375, 0.999152660369873046, 120, 255, 1, 45745), -- Crate (Area: Durotar - Difficulty: 0) +(@OGUID+191, 239935, 1, 14, 14, '0', 0, 0, 1216.875, -4124.63916015625, 24.05902862548828125, 5.379328727722167968, 0.040865421295166015, -0.03658676147460937, -0.43532752990722656, 0.898599684238433837, 120, 255, 1, 45745), -- Ogre Rug (Area: Durotar - Difficulty: 0) +(@OGUID+192, 239938, 1, 14, 14, '0', 0, 0, 1218.8680419921875, -4125.0712890625, 24.30034828186035156, 0.08190155029296875, 0, 0, 0.0409393310546875, 0.99916166067123413, 120, 255, 1, 45745), -- Ogre Bag (Area: Durotar - Difficulty: 0) +(@OGUID+193, 250563, 1, 14, 14, '0', 0, 0, 1225.0521240234375, -4108.71337890625, 24.12847328186035156, 6.041737556457519531, 0, 0, -0.12043094635009765, 0.992721736431121826, 120, 255, 1, 45745), -- Baskets (Area: Durotar - Difficulty: 0) +(@OGUID+194, 250564, 1, 14, 14, '0', 0, 0, 1223.40625, -4107.828125, 23.91557693481445312, 6.041737556457519531, 0, 0, -0.12043094635009765, 0.992721736431121826, 120, 255, 1, 45745), -- Baskets (Area: Durotar - Difficulty: 0) +(@OGUID+195, 259240, 1, 14, 14, '0', 0, 0, 1201.88720703125, -4176.13720703125, 23.37236976623535156, 6.267628669738769531, -0.0411996841430664, -0.04799079895019531, -0.00973892211914062, 0.997950196266174316, 120, 255, 1, 45745), -- Hay (Area: Durotar - Difficulty: 0) +(@OGUID+196, 250566, 1, 14, 14, '0', 0, 0, 1222.173583984375, -4110.83154296875, 24.14080810546875, 6.151299953460693359, -0.0275125503540039, -0.02701950073242187, -0.06658363342285156, 0.997035443782806396, 120, 255, 1, 45745), -- Hides (Area: Durotar - Difficulty: 0) +(@OGUID+197, 252967, 1, 14, 14, '0', 0, 0, 1179.87158203125, -4088.670166015625, 17.74131965637207031, 5.079838752746582031, 0, 0, -0.56602287292480468, 0.824389517307281494, 120, 255, 1, 45745), -- Nightborne Goods (Area: Durotar - Difficulty: 0) +(@OGUID+198, 259240, 1, 14, 14, '0', 0, 0, 1171.29345703125, -4229.07666015625, 22.54635047912597656, 0.003711672266945242, -0.00420665740966796, -0.06631088256835937, 0.00156402587890625, 0.997788906097412109, 120, 255, 1, 45745), -- Hay (Area: Durotar - Difficulty: 0) +(@OGUID+199, 265545, 1, 14, 14, '0', 0, 0, 1185.29345703125, -4082.798583984375, 18.27788925170898437, 4.954325199127197265, 0, 0, -0.61661052703857421, 0.787268340587615966, 120, 255, 1, 45745), -- Frostwolf Banner (Area: Durotar - Difficulty: 0) +(@OGUID+200, 268917, 1, 14, 14, '0', 0, 0, 1155.1754150390625, -4117.484375, 20.68668746948242187, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Zandalari Sack (Area: Durotar - Difficulty: 0) +(@OGUID+201, 268919, 1, 14, 14, '0', 0, 0, 1156.6632080078125, -4118.064453125, 20.71174240112304687, 0.101058095693588256, 0, 0, 0.050507545471191406, 0.99872368574142456, 120, 255, 1, 45745), -- Zandalari Sack (Area: Durotar - Difficulty: 0) +(@OGUID+202, 279239, 1, 14, 14, '0', 0, 0, 1155.5625, -4120.66650390625, 20.91491127014160156, 0.239497929811477661, 0, 0, 0.119462966918945312, 0.992838680744171142, 120, 255, 1, 45745), -- [DNT] Crate (Area: Durotar - Difficulty: 0) +(@OGUID+203, 279243, 1, 14, 14, '0', 0, 0, 1156.7603759765625, -4116.892578125, 20.60756874084472656, 5.680264472961425781, 0, 0, -0.29691505432128906, 0.954903900623321533, 120, 255, 1, 45745), -- [DNT] Basket (Area: Durotar - Difficulty: 0) +(@OGUID+204, 279243, 1, 14, 14, '0', 0, 0, 1153.9583740234375, -4119.90283203125, 20.87203598022460937, 0.179707959294319152, 0, 0, 0.089733123779296875, 0.995965838432312011, 120, 255, 1, 45745), -- [DNT] Basket (Area: Durotar - Difficulty: 0) +(@OGUID+205, 279361, 1, 14, 14, '0', 0, 0, 1162.13720703125, -4122.796875, 22.13183021545410156, 6.030962944030761718, 0, 0, -0.12577724456787109, 0.992058515548706054, 120, 255, 1, 45745), -- [DNT] Bottle (Area: Durotar - Difficulty: 0) +(@OGUID+206, 279362, 1, 14, 14, '0', 0, 0, 1161.546875, -4116.67529296875, 21.823822021484375, 0.048470471054315567, 0, 0, 0.024232864379882812, 0.99970632791519165, 120, 255, 1, 45745), -- [DNT] Bottle (Area: Durotar - Difficulty: 0) +(@OGUID+207, 279363, 1, 14, 14, '0', 0, 0, 1161.876708984375, -4123.064453125, 22.20417404174804687, 0.205458387732505798, 0, 0, 0.102548599243164062, 0.994727969169616699, 120, 255, 1, 45745), -- [DNT] Bottle (Area: Durotar - Difficulty: 0) +(@OGUID+208, 279592, 1, 14, 0, '0', 0, 0, 1163.91845703125, -4232.361328125, 21.82450294494628906, 0.139094695448875427, 0.005823612213134765, -0.06205654144287109, 0.069449424743652343, 0.995636403560638427, 120, 255, 1, 45745), -- Trough (Area: 0 - Difficulty: 0) +(@OGUID+209, 282271, 1, 14, 14, '0', 0, 0, 1167.01220703125, -4237.25341796875, 22.07019233703613281, 2.677776813507080078, -0.08114147186279296, 0.036334037780761718, 0.969038009643554687, 0.230350270867347717, 120, 255, 1, 45745), -- Haypile (Area: Durotar - Difficulty: 0) +(@OGUID+210, 288421, 1, 14, 14, '0', 0, 0, 1245.8125, -4158.79541015625, 26.64020729064941406, 2.738005638122558593, 0, 0, 0.979708671569824218, 0.200426816940307617, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+211, 288422, 1, 14, 14, '0', 0, 0, 1245.8367919921875, -4159.3837890625, 26.81944465637207031, 4.149754047393798828, 0.289687633514404296, 0.142897605895996093, -0.83110523223876953, 0.452686876058578491, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+212, 288422, 1, 14, 14, '0', 0, 0, 1155.4132080078125, -4144.20654296875, 21.22547340393066406, 4.509018421173095703, 0.092716217041015625, -0.03387737274169921, -0.77415752410888671, 0.625248849391937255, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+213, 288422, 1, 14, 14, '0', 0, 0, 1206.517333984375, -4174.4912109375, 23.77289009094238281, 4.822723388671875, 0, 0, -0.66704177856445312, 0.74502032995223999, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+214, 292549, 1, 14, 14, '0', 0, 0, 1241.6024169921875, -4162.63037109375, 26.27643966674804687, 5.815616130828857421, 0, 0, -0.23166084289550781, 0.972796618938446044, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+215, 292549, 1, 14, 14, '0', 0, 0, 1155.876708984375, -4146.46728515625, 21.22748184204101562, 5.396428108215332031, 0.016949176788330078, -0.04012966156005859, -0.427734375, 0.902854144573211669, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+216, 292549, 1, 14, 14, '0', 0, 0, 1248.857666015625, -4154.09375, 26.79288864135742187, 1.641946911811828613, 0, 0, 0.731809616088867187, 0.681509137153625488, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+217, 292549, 1, 14, 14, '0', 0, 0, 1171.1163330078125, -4239.31787109375, 22.65429306030273437, 5.815616130828857421, 0, 0, -0.23166084289550781, 0.972796618938446044, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+218, 292549, 1, 14, 14, '0', 0, 0, 1174.310791015625, -4239.5556640625, 23.07766151428222656, 0.212071418762207031, -0.0117349624633789, -0.07427501678466796, 0.104123115539550781, 0.991717636585235595, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+219, 292549, 1, 14, 14, '0', 0, 0, 1208.232666015625, -4175.73291015625, 24.05777931213378906, 5.00761270523071289, 0.033525466918945312, -0.05630207061767578, -0.59290790557861328, 0.802599728107452392, 120, 255, 1, 45745), -- Hay Bale (Area: Durotar - Difficulty: 0) +(@OGUID+220, 325994, 1, 14, 14, '0', 0, 0, 1173.7535400390625, -4087.192626953125, 17.52020645141601562, 5.279533863067626953, 0.014568328857421875, -0.01856231689453125, -0.48071670532226562, 0.876558423042297363, 120, 255, 1, 45745), -- Nightborne Arcwine Tent (Area: Durotar - Difficulty: 0) +(@OGUID+221, 325995, 1, 14, 14, '0', 0, 0, 1178.9722900390625, -4082.967041015625, 17.90609931945800781, 5.108705043792724609, 0, 0, -0.55406570434570312, 0.832472920417785644, 120, 255, 1, 45745), -- Nightborne Banner (Area: Durotar - Difficulty: 0) +(@OGUID+222, 325995, 1, 14, 14, '0', 0, 0, 1167.548583984375, -4090.354248046875, 17.29179000854492187, 5.370433807373046875, 0, 0, -0.44069766998291015, 0.897655606269836425, 120, 255, 1, 45745), -- Nightborne Banner (Area: Durotar - Difficulty: 0) +(@OGUID+223, 325998, 1, 14, 14, '0', 0, 0, 1156.76220703125, -4119.064453125, 20.38928794860839843, 6.094967842102050781, -0.03520488739013671, -0.08049678802490234, -0.09589862823486328, 0.991506099700927734, 120, 255, 1, 45745), -- Zandalari Tent (Area: Durotar - Difficulty: 0) +(@OGUID+224, 326051, 1, 14, 14, '0', 0, 0, 1246.7291259765625, -4156.7275390625, 26.546966552734375, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 45745), -- Outhouse (Area: Durotar - Difficulty: 0) +(@OGUID+225, 326051, 1, 14, 14, '0', 0, 0, 1247.6024169921875, -4151.90283203125, 26.83595848083496093, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 45745), -- Outhouse (Area: Durotar - Difficulty: 0) +(@OGUID+226, 326051, 1, 14, 14, '0', 0, 0, 1243.8489990234375, -4161.15966796875, 26.48284530639648437, 2.413209438323974609, 0, 0, 0.934412002563476562, 0.35619404911994934, 120, 255, 1, 45745), -- Outhouse (Area: Durotar - Difficulty: 0) +(@OGUID+227, 326067, 1, 14, 14, '0', 0, 0, 1221.7100830078125, -4110.36962890625, 24.05058097839355468, 3.158229827880859375, 0.031802654266357421, -0.01746749877929687, -0.99931144714355468, 0.007751224562525749, 120, 255, 1, 45745), -- Highmountain Tent (Area: Durotar - Difficulty: 0) +(@OGUID+228, 326072, 1, 14, 14, '0', 0, 0, 1219.0711669921875, -4104.15087890625, 23.62022018432617187, 3.585670232772827148, 0, 0, -0.97545051574707031, 0.220218762755393981, 120, 255, 1, 45745), -- Highmountain Banner (Area: Durotar - Difficulty: 0) +(@OGUID+229, 326073, 1, 14, 14, '0', 0, 0, 1223.361083984375, -4109.09228515625, 24.05807304382324218, 6.041737556457519531, 0, 0, -0.12043094635009765, 0.992721736431121826, 120, 255, 1, 45745), -- Highmountain Pot (Area: Durotar - Difficulty: 0) +(@OGUID+230, 326076, 1, 14, 14, '0', 0, 0, 1224.251708984375, -4112.85595703125, 24.51909828186035156, 6.041737556457519531, 0, 0, -0.12043094635009765, 0.992721736431121826, 120, 255, 1, 45745), -- Highmountain Pot (Area: Durotar - Difficulty: 0) +(@OGUID+231, 326077, 1, 14, 14, '0', 0, 0, 1218.0867919921875, -4125.09228515625, 24.19965362548828125, 1.114475965499877929, -0.01489973068237304, -0.05338954925537109, 0.526729583740234375, 0.848223745822906494, 120, 255, 1, 45745), -- Ogre Tent (Area: Durotar - Difficulty: 0) +(@OGUID+232, 326078, 1, 14, 14, '0', 0, 0, 1217.96533203125, -4127.0537109375, 24.08159828186035156, 5.017419815063476562, 0, 0, -0.59147167205810546, 0.806325793266296386, 120, 255, 1, 45745), -- Ogre Container (Area: Durotar - Difficulty: 0) +(@OGUID+233, 326078, 1, 14, 14, '0', 0, 0, 1219.4444580078125, -4123.7880859375, 24.41840362548828125, 0.08190155029296875, 0, 0, 0.0409393310546875, 0.99916166067123413, 120, 255, 1, 45745), -- Ogre Container (Area: Durotar - Difficulty: 0) +(@OGUID+234, 326104, 1, 14, 14, '0', 0, 0, 1193.0208740234375, -4083.473876953125, 19.12903213500976562, 4.667319774627685546, 0.022777080535888671, -0.03143501281738281, -0.72217559814453125, 0.690619587898254394, 120, 255, 1, 45745), -- Frostwolf Tent (Area: Durotar - Difficulty: 0) +(@OGUID+235, 326105, 1, 14, 14, '0', 0, 0, 1188.15625, -4085.626708984375, 18.43210411071777343, 6.194991588592529296, -0.00144624710083007, -0.03811073303222656, -0.04404163360595703, 0.998301446437835693, 120, 255, 1, 45745), -- Frostwolf Barrel (Area: Durotar - Difficulty: 0) +(@OGUID+236, 326105, 1, 14, 14, '0', 0, 0, 1201.017333984375, -4083.833251953125, 19.99400901794433593, 6.194991588592529296, -0.00144624710083007, -0.03811073303222656, -0.04404163360595703, 0.998301446437835693, 120, 255, 1, 45745), -- Frostwolf Barrel (Area: Durotar - Difficulty: 0) +(@OGUID+237, 326105, 1, 14, 14, '0', 0, 0, 1199.314208984375, -4084.56591796875, 18.88818359375, 6.194991588592529296, -0.00144624710083007, -0.03811073303222656, -0.04404163360595703, 0.998301446437835693, 120, 255, 1, 45745), -- Frostwolf Barrel (Area: Durotar - Difficulty: 0) +(@OGUID+238, 326106, 1, 14, 14, '0', 0, 0, 1134.640625, -4170.8193359375, 21.01600265502929687, 0.261188268661499023, -0.02238416671752929, -0.02194023132324218, 0.129691123962402343, 0.991058886051177978, 120, 255, 1, 45745), -- Pandaren Noodle Cart (Area: Durotar - Difficulty: 0) +(@OGUID+239, 326138, 1, 14, 14, '0', 0, 0, 1191.6822509765625, -4168.439453125, 21.86184310913085937, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+240, 326138, 1, 14, 14, '0', 0, 0, 1211.3941650390625, -4117.06787109375, 23.30309104919433593, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+241, 326138, 1, 14, 14, '0', 0, 0, 1168.236083984375, -4130.0537109375, 21.35139274597167968, 1.762728452682495117, 0, 0, 0.771607398986816406, 0.636099040508270263, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+242, 326138, 1, 14, 14, '0', 0, 0, 1199.90625, -4093.453125, 20.19466018676757812, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+243, 326138, 1, 14, 14, '0', 0, 0, 1188.3038330078125, -4136.455078125, 21.77704238891601562, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+244, 326138, 1, 14, 14, '0', 0, 0, 1201.5572509765625, -4134.6337890625, 22.6997528076171875, 5.941990375518798828, 0, 0, -0.16977119445800781, 0.985483527183532714, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+245, 326138, 1, 14, 14, '0', 0, 0, 1181.68408203125, -4111.3037109375, 20.16932106018066406, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+246, 326138, 1, 14, 14, '0', 0, 0, 1176.4375, -4157.3662109375, 21.84375, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+247, 326138, 1, 14, 14, '0', 0, 0, 1195.3367919921875, -4164.94970703125, 22.02010536193847656, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+248, 326138, 1, 14, 14, '0', 0, 0, 1174.3836669921875, -4145.20654296875, 21.53821754455566406, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 45745), -- Party Table (Area: Durotar - Difficulty: 0) +(@OGUID+249, 326139, 1, 14, 14, '0', 0, 0, 1168.0694580078125, -4130.2255859375, 22.39730262756347656, 1.832538485527038574, 0, 0, 0.793335914611816406, 0.608784139156341552, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+250, 326139, 1, 14, 14, '0', 0, 0, 1199.6927490234375, -4093.017333984375, 21.24505233764648437, 3.980001688003540039, 0, 0, -0.91341304779052734, 0.407033890485763549, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+251, 326139, 1, 14, 14, '0', 0, 0, 1174.154541015625, -4145.41845703125, 22.61979293823242187, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+252, 326139, 1, 14, 14, '0', 0, 0, 1191.2864990234375, -4168.80712890625, 22.94851303100585937, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+253, 326139, 1, 14, 14, '0', 0, 0, 1167.8680419921875, -4129.814453125, 22.39557647705078125, 2.984450340270996093, 0, 0, 0.996914863586425781, 0.078490354120731353, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+254, 326139, 1, 14, 14, '0', 0, 0, 1191.98095703125, -4168.48095703125, 22.94320297241210937, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+255, 326139, 1, 14, 14, '0', 0, 0, 1176.7117919921875, -4157.90087890625, 23.02410316467285156, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+256, 326139, 1, 14, 14, '0', 0, 0, 1176.1353759765625, -4157.04345703125, 23.01053810119628906, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+257, 326139, 1, 14, 14, '0', 0, 0, 1174.8524169921875, -4145.17529296875, 22.62784957885742187, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+258, 326139, 1, 14, 14, '0', 0, 0, 1182.0555419921875, -4111.109375, 21.20943832397460937, 3.959301948547363281, 0, 0, -0.91757678985595703, 0.397558629512786865, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+259, 326139, 1, 14, 14, '0', 0, 0, 1195.642333984375, -4164.76904296875, 23.14155960083007812, 3.016298294067382812, 0, 0, 0.998038291931152343, 0.062606245279312133, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+260, 326139, 1, 14, 14, '0', 0, 0, 1195.263916015625, -4164.533203125, 23.10936355590820312, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+261, 326139, 1, 14, 14, '0', 0, 0, 1201.73095703125, -4134.95849609375, 23.764373779296875, 5.889630794525146484, 0, 0, -0.19550991058349609, 0.980701744556427001, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+262, 326139, 1, 14, 14, '0', 0, 0, 1201.2413330078125, -4134.81591796875, 23.74793434143066406, 3.63816070556640625, 0, 0, -0.96933555603027343, 0.245740845799446105, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+263, 326139, 1, 14, 14, '0', 0, 0, 1188.8316650390625, -4136.361328125, 22.87487220764160156, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+264, 326139, 1, 14, 14, '0', 0, 0, 1188.545166015625, -4136.91650390625, 22.84414100646972656, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+265, 326139, 1, 14, 14, '0', 0, 0, 1211.5504150390625, -4116.76416015625, 24.41340065002441406, 4.068844795227050781, 0, 0, -0.89443683624267578, 0.447194308042526245, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+266, 326139, 1, 14, 14, '0', 0, 0, 1211.5052490234375, -4117.40625, 24.399658203125, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+267, 326139, 1, 14, 14, '0', 0, 0, 1200.1129150390625, -4093.263916015625, 21.29027938842773437, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+268, 326139, 1, 14, 14, '0', 0, 0, 1199.626708984375, -4093.611083984375, 21.26465797424316406, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+269, 326139, 1, 14, 14, '0', 0, 0, 1168.5728759765625, -4130.1806640625, 22.40348052978515625, 2.024524688720703125, 0, 0, 0.848032951354980468, 0.529943466186523437, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+270, 326139, 1, 14, 14, '0', 0, 0, 1168.2847900390625, -4129.734375, 22.40000152587890625, 5.183575630187988281, 0, 0, -0.52252101898193359, 0.852626383304595947, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+271, 326139, 1, 14, 14, '0', 0, 0, 1191.0850830078125, -4168.26904296875, 22.92492294311523437, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+272, 326139, 1, 14, 14, '0', 0, 0, 1191.609375, -4168.20654296875, 22.92678451538085937, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+273, 326139, 1, 14, 14, '0', 0, 0, 1176.2083740234375, -4157.578125, 23.02436256408691406, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+274, 326139, 1, 14, 14, '0', 0, 0, 1174.657958984375, -4145.7412109375, 22.63218307495117187, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+275, 326139, 1, 14, 14, '0', 0, 0, 1174.0816650390625, -4144.8837890625, 22.596435546875, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+276, 326139, 1, 14, 14, '0', 0, 0, 1181.5555419921875, -4110.87353515625, 21.21795082092285156, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+277, 326139, 1, 14, 14, '0', 0, 0, 1181.9617919921875, -4111.70166015625, 21.21451377868652343, 0.518747806549072265, 0, 0, 0.256475448608398437, 0.966550707817077636, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+278, 326139, 1, 14, 14, '0', 0, 0, 1176.90625, -4157.3349609375, 23.00159645080566406, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+279, 326139, 1, 14, 14, '0', 0, 0, 1195.107666015625, -4165.02978515625, 23.09685134887695312, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+280, 326139, 1, 14, 14, '0', 0, 0, 1195.4305419921875, -4165.41162109375, 23.12318801879882812, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+281, 326139, 1, 14, 14, '0', 0, 0, 1201.970458984375, -4134.34716796875, 23.774322509765625, 3.533439397811889648, 0, 0, -0.98086833953857421, 0.194672256708145141, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+282, 326139, 1, 14, 14, '0', 0, 0, 1181.4375, -4111.486328125, 21.23317909240722656, 0.769762754440307617, 0, 0, 0.375449180603027343, 0.926842987537384033, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+283, 326139, 1, 14, 14, '0', 0, 0, 1187.875, -4136.64599609375, 22.82799720764160156, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+284, 326139, 1, 14, 14, '0', 0, 0, 1201.3629150390625, -4134.2119140625, 23.7636566162109375, 5.167458057403564453, 0, 0, -0.52937507629394531, 0.848387897014617919, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+285, 326139, 1, 14, 14, '0', 0, 0, 1200.1319580078125, -4093.71533203125, 21.23446273803710937, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+286, 326139, 1, 14, 14, '0', 0, 0, 1188.2569580078125, -4136.12353515625, 22.854034423828125, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+287, 326139, 1, 14, 14, '0', 0, 0, 1210.9739990234375, -4116.6943359375, 24.34250831604003906, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+288, 326139, 1, 14, 14, '0', 0, 0, 1210.8697509765625, -4117.23291015625, 24.38750267028808593, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 45745), -- Alcohol-Free Brewfest Sampler (Area: Durotar - Difficulty: 0) +(@OGUID+289, 326705, 1, 14, 14, '0', 0, 0, 1160.3038330078125, -4167.142578125, 21.07406234741210937, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+290, 326705, 1, 14, 14, '0', 0, 0, 1163.8992919921875, -4108.11279296875, 19.32998085021972656, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+291, 326705, 1, 14, 14, '0', 0, 0, 1209.6319580078125, -4145.95654296875, 22.543792724609375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+292, 326705, 1, 14, 14, '0', 0, 0, 1206.9114990234375, -4090.890625, 20.89776802062988281, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+293, 326705, 1, 14, 14, '0', 0, 0, 1213.8507080078125, -4099.5244140625, 22.38380050659179687, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+294, 326705, 1, 14, 14, '0', 0, 0, 1152.5208740234375, -4157.26904296875, 20.64238929748535156, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+295, 326705, 1, 14, 14, '0', 0, 0, 1187.7413330078125, -4119.111328125, 21.52308464050292968, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+296, 326705, 1, 14, 14, '0', 0, 0, 1192.048583984375, -4123.84033203125, 22.26082229614257812, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+297, 326705, 1, 14, 14, '0', 0, 0, 1213.18408203125, -4138.111328125, 23.0437774658203125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+298, 326705, 1, 14, 14, '0', 0, 0, 1158.484375, -4128.53466796875, 21.22426223754882812, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+299, 326705, 1, 14, 14, '0', 0, 0, 1185.6458740234375, -4164.8994140625, 21.57254981994628906, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+300, 326705, 1, 14, 14, '0', 0, 0, 1191.87158203125, -4159.0400390625, 21.64283180236816406, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+301, 326705, 1, 14, 14, '0', 0, 0, 1157.7066650390625, -4136.07470703125, 21.3104400634765625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+302, 326705, 1, 14, 14, '0', 0, 0, 1176.861083984375, -4217.29541015625, 23.41971206665039062, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+303, 326705, 1, 14, 14, '0', 0, 0, 1183.203125, -4221.5224609375, 24.09801673889160156, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Brewfest Torch (Area: Durotar - Difficulty: 0) +(@OGUID+304, 326708, 1, 14, 14, '0', 0, 0, 1222.3177490234375, -4096.5244140625, 22.97561073303222656, 0.633452475070953369, -0.0630950927734375, -0.0199594497680664, 0.310817718505859375, 0.948162972927093505, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+305, 326708, 1, 14, 14, '0', 0, 0, 1208.3941650390625, -4149.8681640625, 22.4567718505859375, 2.556633710861206054, 0, 0, 0.957531929016113281, 0.288327276706695556, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+306, 326708, 1, 14, 14, '0', 0, 0, 1209.017333984375, -4084.895751953125, 21.17451667785644531, 3.965971231460571289, -0.00867986679077148, -0.04658317565917968, -0.91479778289794921, 0.401123046875, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+307, 326708, 1, 14, 14, '0', 0, 0, 1187.9444580078125, -4173.89404296875, 21.90042877197265625, 1.743061780929565429, -0.01884365081787109, -0.0082244873046875, 0.765261650085449218, 0.643390893936157226, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+308, 326708, 1, 14, 14, '0', 0, 0, 1155.4947509765625, -4108.173828125, 19.45225906372070312, 5.928020477294921875, -0.06035232543945312, -0.00873661041259765, -0.17742061614990234, 0.982243955135345458, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+309, 326708, 1, 14, 14, '0', 0, 0, 1151.7603759765625, -4138.251953125, 21.16435813903808593, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+310, 326708, 1, 14, 14, '0', 0, 0, 1166.482666015625, -4167.330078125, 21.07039833068847656, 0.826242983341217041, 0, 0, 0.401470184326171875, 0.915872097015380859, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+311, 326709, 1, 14, 14, '0', 0, 0, 1200.90625, -4163.84375, 22.51183509826660156, 5.566211700439453125, 0, 0, -0.35085773468017578, 0.936428785324096679, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+312, 326709, 1, 14, 14, '0', 0, 0, 1151.5885009765625, -4125.15966796875, 21.06639289855957031, 3.210317134857177734, 0, 0, -0.99940967559814453, 0.034355364739894866, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+313, 326709, 1, 14, 14, '0', 0, 0, 1163.1961669921875, -4092.27783203125, 17.43325233459472656, 2.47894597053527832, -0.01303815841674804, 0.014267921447753906, 0.945384979248046875, 0.325382381677627563, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+314, 326709, 1, 14, 14, '0', 0, 0, 1153.3072509765625, -4150.94775390625, 20.83297538757324218, 3.490700244903564453, 0, 0, -0.98480415344238281, 0.17366860806941986, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+315, 326709, 1, 14, 14, '0', 0, 0, 1173.09375, -4171.7431640625, 21.60127830505371093, 4.441921710968017578, 0.013788223266601562, -0.05063629150390625, -0.79430675506591796, 0.605245947837829589, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+316, 326710, 1, 14, 14, '0', 0, 0, 1154.732666015625, -4110.40478515625, 19.74267959594726562, 5.913068294525146484, -0.07373523712158203, -0.01727676391601562, -0.1855621337890625, 0.979709804058074951, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+317, 326710, 1, 14, 14, '0', 0, 0, 1218.2725830078125, -4132.9306640625, 23.81694984436035156, 5.64350128173828125, 0.06102609634399414, -0.04268074035644531, -0.31209468841552734, 0.947127819061279296, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+318, 326710, 1, 14, 14, '0', 0, 0, 1178.529541015625, -4081.953125, 17.92189979553222656, 5.079979896545410156, 0, 0, -0.5659646987915039, 0.824429452419281005, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+319, 326710, 1, 14, 14, '0', 0, 0, 1219.798583984375, -4130.6630859375, 24.16628646850585937, 5.734424114227294921, 0.062902450561523437, -0.03986263275146484, -0.26872920989990234, 0.960332691669464111, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+320, 326710, 1, 14, 14, '0', 0, 0, 1181.0677490234375, -4081.00341796875, 18.08133697509765625, 4.955861091613769531, 0, 0, -0.61600589752197265, 0.787741541862487792, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+321, 326710, 1, 14, 14, '0', 0, 0, 1153.0086669921875, -4115.22216796875, 20.45124053955078125, 5.950453758239746093, -0.04327583312988281, -0.01657676696777343, -0.16634845733642578, 0.984977483749389648, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+322, 326710, 1, 14, 14, '0', 0, 0, 1152.4097900390625, -4117.5244140625, 20.69107437133789062, 6.038239002227783203, -0.03565788269042968, -0.01436519622802734, -0.12269878387451171, 0.991699099540710449, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+323, 326710, 1, 14, 14, '0', 0, 0, 1171.3541259765625, -4085.30908203125, 17.49865913391113281, 5.280141830444335937, 0, 0, -0.48076057434082031, 0.876851916313171386, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+324, 326710, 1, 14, 14, '0', 0, 0, 1215.0572509765625, -4137.21337890625, 23.26137733459472656, 5.632528305053710937, 0.037496566772460937, -0.03366279602050781, -0.31833934783935546, 0.946636617183685302, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+325, 326710, 1, 14, 14, '0', 0, 0, 1209.9617919921875, -4147.77783203125, 22.38415718078613281, 2.522373914718627929, 0, 0, 0.952452659606933593, 0.304686605930328369, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+326, 326710, 1, 14, 14, '0', 0, 0, 1207.23095703125, -4083.33154296875, 20.9185791015625, 4.044252395629882812, 0.023983001708984375, -0.04281806945800781, -0.89884567260742187, 0.435508757829666137, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+327, 326710, 1, 14, 14, '0', 0, 0, 1224.7239990234375, -4101.19775390625, 23.61733436584472656, 0.371945858001708984, -0.03762578964233398, 0.007227897644042968, 0.185259819030761718, 0.981942415237426757, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+328, 326710, 1, 14, 14, '0', 0, 0, 1168.4635009765625, -4169.125, 21.14083671569824218, 0.864042639732360839, -0.03757572174072265, -0.0026559829711914, 0.418836593627929687, 0.90727996826171875, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+329, 326710, 1, 14, 14, '0', 0, 0, 1165.107666015625, -4090.364501953125, 17.35306739807128906, 5.410946846008300781, 0, 0, -0.4224252700805664, 0.906397759914398193, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+330, 326710, 1, 14, 14, '0', 0, 0, 1226.904541015625, -4111.30029296875, 24.84675216674804687, 0.011765378527343273, -0.03977537155151367, 0.006158828735351562, 0.006132125854492187, 0.999170839786529541, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+331, 326710, 1, 14, 14, '0', 0, 0, 1200.6875, -4079.671875, 19.96458625793457031, 4.221101760864257812, 0.02767038345336914, -0.04053306579589843, -0.85687446594238281, 0.513183772563934326, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+332, 326710, 1, 14, 14, '0', 0, 0, 1226.7586669921875, -4108.6943359375, 24.5869903564453125, 0.076451934874057769, -0.03995370864868164, 0.004869461059570312, 0.038439750671386718, 0.998449981212615966, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+333, 326710, 1, 14, 14, '0', 0, 0, 1202.8541259765625, -4080.88720703125, 20.27736091613769531, 4.221101760864257812, 0.02767038345336914, -0.04053306579589843, -0.85687446594238281, 0.513183772563934326, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+334, 326710, 1, 14, 14, '0', 0, 0, 1151.6805419921875, -4140.71533203125, 21.14700126647949218, 6.264788627624511718, 0, 0, -0.00919818878173828, 0.999957680702209472, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+335, 326710, 1, 14, 14, '0', 0, 0, 1151.810791015625, -4143.41845703125, 21.13012886047363281, 0.043294470757246017, 0, 0, 0.021645545959472656, 0.999765694141387939, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+336, 326710, 1, 14, 14, '0', 0, 0, 1191.1666259765625, -4078.163330078125, 18.84395790100097656, 4.965994834899902343, 0.021069049835205078, -0.00946426391601562, -0.6119394302368164, 0.790567278861999511, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+337, 326710, 1, 14, 14, '0', 0, 0, 1225.35595703125, -4119.11474609375, 25.16012001037597656, 5.926921844482421875, -0.01021480560302734, 0.004061698913574218, -0.17715740203857421, 0.984121143817901611, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+338, 326710, 1, 14, 14, '0', 0, 0, 1193.3489990234375, -4077.744873046875, 19.10667991638183593, 4.729961395263671875, 0.019807815551757812, -0.01187896728515625, -0.70076656341552734, 0.713016629219055175, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+339, 326710, 1, 14, 14, '0', 0, 0, 1220.9322509765625, -4128.53662109375, 24.39414405822753906, 5.784495353698730468, 0.06388092041015625, -0.03827571868896484, -0.24460506439208984, 0.966758787631988525, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+340, 326710, 1, 14, 14, '0', 0, 0, 1183.6961669921875, -4080.21875, 18.25495147705078125, 4.972775936126708984, 0.01308298110961914, -0.00330829620361328, -0.60931873321533203, 0.792810559272766113, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+341, 326710, 1, 14, 14, '0', 0, 0, 1222.0972900390625, -4126.1962890625, 24.65500068664550781, 5.838710308074951171, 0.021559715270996093, -0.01891899108886718, -0.21998500823974609, 0.975081443786621093, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+342, 326710, 1, 14, 14, '0', 0, 0, 1186.1319580078125, -4079.595458984375, 18.42324256896972656, 4.965994834899902343, 0.021069049835205078, -0.00946426391601562, -0.6119394302368164, 0.790567278861999511, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+343, 326710, 1, 14, 14, '0', 0, 0, 1153.8802490234375, -4112.87353515625, 20.14188575744628906, 5.949895381927490234, -0.05208158493041992, -0.01838588714599609, -0.16689872741699218, 0.984425842761993408, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+344, 326710, 1, 14, 14, '0', 0, 0, 1173.701416015625, -4083.932373046875, 17.63467216491699218, 5.102732658386230468, 0, 0, -0.556549072265625, 0.830814719200134277, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+345, 326710, 1, 14, 14, '0', 0, 0, 1216.6475830078125, -4135.05908203125, 23.53311920166015625, 5.632528305053710937, 0.037496566772460937, -0.03366279602050781, -0.31833934783935546, 0.946636617183685302, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+346, 326710, 1, 14, 14, '0', 0, 0, 1176.09033203125, -4082.89404296875, 17.77958297729492187, 5.079979896545410156, 0, 0, -0.5659646987915039, 0.824429452419281005, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+347, 326710, 1, 14, 14, '0', 0, 0, 1151.717041015625, -4122.63916015625, 20.98644447326660156, 0.0129185626283288, 0, 0, 0.006459236145019531, 0.999979138374328613, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+348, 326710, 1, 14, 14, '0', 0, 0, 1223.623291015625, -4098.8212890625, 23.26004791259765625, 0.501992523670196533, -0.03801584243774414, 0.004767417907714843, 0.2486724853515625, 0.967829585075378417, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+349, 326710, 1, 14, 14, '0', 0, 0, 1151.8194580078125, -4120.08349609375, 20.86469459533691406, 6.092520713806152343, 0, 0, -0.09518814086914062, 0.995459318161010742, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+350, 326710, 1, 14, 14, '0', 0, 0, 1190.5242919921875, -4173.35791015625, 22.05714225769042968, 1.804385185241699218, 0, 0, 0.784687995910644531, 0.619890928268432617, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+351, 326710, 1, 14, 14, '0', 0, 0, 1167.0885009765625, -4088.56591796875, 17.33317184448242187, 5.373526573181152343, 0, 0, -0.43930912017822265, 0.898335933685302734, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+352, 326710, 1, 14, 14, '0', 0, 0, 1169.1492919921875, -4086.944580078125, 17.38120460510253906, 5.284567832946777343, 0, 0, -0.47881889343261718, 0.877913713455200195, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+353, 326710, 1, 14, 14, '0', 0, 0, 1226.3177490234375, -4106.1005859375, 24.28898811340332031, 0.272668421268463134, -0.0402388572692871, 0.000932693481445312, 0.136054039001464843, 0.9898834228515625, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+354, 326710, 1, 14, 14, '0', 0, 0, 1205.1927490234375, -4082.057373046875, 20.61474609375, 4.221101760864257812, 0.02767038345336914, -0.04053306579589843, -0.85687446594238281, 0.513183772563934326, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+355, 326710, 1, 14, 14, '0', 0, 0, 1225.6146240234375, -4103.642578125, 23.94603919982910156, 0.293304353952407836, -0.03731250762939453, 0.008701324462890625, 0.146515846252441406, 0.988466084003448486, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+356, 326710, 1, 14, 14, '0', 0, 0, 1170.671875, -4170.5380859375, 21.35815048217773437, 1.032340645790100097, -0.04212379455566406, -0.01778984069824218, 0.493247032165527343, 0.868686676025390625, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+357, 326710, 1, 14, 14, '0', 0, 0, 1226.2257080078125, -4116.5693359375, 25.17003822326660156, 5.994946002960205078, -0.0122995376586914, 0.001423835754394531, -0.14361476898193359, 0.989556193351745605, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+358, 326710, 1, 14, 14, '0', 0, 0, 1195.9149169921875, -4077.907958984375, 19.38944435119628906, 4.501958370208740234, 0.0262451171875, -0.02285671234130859, -0.77711677551269531, 0.628393411636352539, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+359, 326710, 1, 14, 14, '0', 0, 0, 1226.8038330078125, -4113.8818359375, 24.99077796936035156, 6.182949542999267578, -0.0095381736755371, 0.005211830139160156, -0.05004787445068359, 0.998687684535980224, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+360, 326710, 1, 14, 14, '0', 0, 0, 1198.4635009765625, -4078.6025390625, 19.73458671569824218, 4.287338733673095703, 0.028997421264648437, -0.03959465026855468, -0.83941173553466796, 0.541275680065155029, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+361, 326710, 1, 14, 14, '0', 0, 0, 1152.640625, -4148.5, 20.99882888793945312, 0.293301761150360107, 0, 0, 0.14612579345703125, 0.989265978336334228, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+362, 326710, 1, 14, 14, '0', 0, 0, 1151.9879150390625, -4145.984375, 21.09777259826660156, 0.08971744030714035, 0, 0, 0.044843673706054687, 0.998994052410125732, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+363, 326710, 1, 14, 14, '0', 0, 0, 1223.2083740234375, -4123.8837890625, 24.90470123291015625, 5.846728324890136718, 0.001762866973876953, -0.0091409683227539, -0.21646022796630859, 0.976247072219848632, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+364, 326710, 1, 14, 14, '0', 0, 0, 1188.671875, -4078.8681640625, 18.60277748107910156, 4.965994834899902343, 0.021069049835205078, -0.00946426391601562, -0.6119394302368164, 0.790567278861999511, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+365, 326710, 1, 14, 14, '0', 0, 0, 1224.2379150390625, -4121.57275390625, 25.04964637756347656, 5.850917339324951171, -0.00546884536743164, -0.00114727020263671, -0.2144632339477539, 0.976716101169586181, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+366, 326711, 1, 14, 14, '0', 0, 0, 1246.001708984375, -4148.81787109375, 26.92018699645996093, 4.576684474945068359, 0, 0, -0.75342178344726562, 0.657537579536437988, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+367, 326711, 1, 14, 14, '0', 0, 0, 1240.361083984375, -4162.78125, 26.10763931274414062, 4.020020008087158203, 0.040850162506103515, -0.02119064331054687, -0.90456199645996093, 0.423851191997528076, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+368, 326711, 1, 14, 14, '0', 0, 0, 1179.7691650390625, -4232.77587890625, 23.85638618469238281, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+369, 326712, 1, 14, 14, '0', 0, 0, 1169.4305419921875, -4224.02587890625, 22.44408035278320312, 5.006129264831542968, 0.029574871063232421, -0.03989028930664062, -0.59472846984863281, 0.802391529083251953, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+370, 326714, 1, 14, 14, '0', 0, 0, 1230.26220703125, -4144.91650390625, 25.35247230529785156, 1.254625439643859863, -0.05862665176391601, -0.03569984436035156, 0.585892677307128906, 0.807476460933685302, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+371, 326714, 1, 14, 14, '0', 0, 0, 1224.1771240234375, -4152.9306640625, 23.55729103088378906, 1.133419513702392578, -0.06068086624145507, -0.03208351135253906, 0.53591156005859375, 0.841479241847991943, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+372, 326714, 1, 14, 14, '0', 0, 0, 1201.451416015625, -4183.361328125, 23.83646202087402343, 0.746263980865478515, -0.0639801025390625, -0.0296030044555664, 0.363348007202148437, 0.928982496261596679, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+373, 326714, 1, 14, 14, '0', 0, 0, 1221.28125, -4151.53125, 23.28504753112792968, 1.085174441337585449, -0.06143712997436523, -0.0306100845336914, 0.515459060668945312, 0.854160666465759277, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+374, 326714, 1, 14, 14, '0', 0, 0, 1199.3055419921875, -4181.03466796875, 23.37188720703125, 0.746263980865478515, -0.0639801025390625, -0.0296030044555664, 0.363348007202148437, 0.928982496261596679, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+375, 326714, 1, 14, 14, '0', 0, 0, 1215.798583984375, -4139.07275390625, 23.23427009582519531, 1.063872456550598144, -0.03925657272338867, -0.0089111328125, 0.507196426391601562, 0.860889852046966552, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+376, 326714, 1, 14, 14, '0', 0, 0, 1218.4757080078125, -4140.49853515625, 23.57233238220214843, 1.070296764373779296, -0.02289867401123046, -0.017608642578125, 0.509670257568359375, 0.859884798526763916, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+377, 326714, 1, 14, 14, '0', 0, 0, 1232.548583984375, -4157.19287109375, 25.109375, 1.05975961685180664, -0.03412532806396484, -0.02210521697998046, 0.504947662353515625, 0.86219179630279541, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+378, 326714, 1, 14, 14, '0', 0, 0, 1208.0399169921875, -4178.828125, 24.17127609252929687, 2.367144584655761718, -0.00236415863037109, 0.004133224487304687, 0.925946235656738281, 0.377625346183776855, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+379, 326714, 1, 14, 14, '0', 0, 0, 1229.7535400390625, -4155.68603515625, 24.62229537963867187, 1.105190634727478027, -0.06145238876342773, -0.0168771743774414, 0.524764060974121093, 0.848858892917633056, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+380, 326714, 1, 14, 14, '0', 0, 0, 1205.7760009765625, -4181.1630859375, 24.17322731018066406, 2.367144584655761718, -0.00236415863037109, 0.004133224487304687, 0.925946235656738281, 0.377625346183776855, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+381, 326714, 1, 14, 14, '0', 0, 0, 1165.376708984375, -4238.970703125, 21.81675529479980468, 0.869859933853149414, -0.04855871200561523, -0.00266838073730468, 0.421587944030761718, 0.905482470989227294, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+382, 326714, 1, 14, 14, '0', 0, 0, 1212.263916015625, -4147.3505859375, 22.65798568725585937, 1.200875043869018554, -0.03855419158935546, -0.01157665252685546, 0.564932823181152343, 0.824154376983642578, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+383, 326714, 1, 14, 14, '0', 0, 0, 1207.7603759765625, -4172.1875, 23.69666862487792968, 3.957872867584228515, 0.017980098724365234, -0.04546928405761718, -0.9167327880859375, 0.396497458219528198, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+384, 326714, 1, 14, 14, '0', 0, 0, 1176.6302490234375, -4241.1005859375, 23.34795570373535156, 1.989899635314941406, -0.04907703399658203, -0.05222225189208984, 0.837064743041992187, 0.542389988899230957, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+385, 326714, 1, 14, 14, '0', 0, 0, 1163.2847900390625, -4236.40478515625, 21.63939285278320312, 0.53510594367980957, -0.01319742202758789, 0.006329536437988281, 0.264446258544921875, 0.964289307594299316, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+386, 326714, 1, 14, 14, '0', 0, 0, 1242.8228759765625, -4148.31591796875, 26.84514236450195312, 1.313121795654296875, -0.03251934051513671, -0.02779674530029296, 0.60976409912109375, 0.791427552700042724, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+387, 326714, 1, 14, 14, '0', 0, 0, 1201.0225830078125, -4165.796875, 22.70091438293457031, 3.90763711929321289, 0.018980979919433593, -0.01956558227539062, -0.9272918701171875, 0.37334531545639038, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+388, 326714, 1, 14, 14, '0', 0, 0, 1164.314208984375, -4227.46728515625, 21.87195014953613281, 5.538869857788085937, 0.056564807891845703, -0.00668907165527343, -0.36377334594726562, 0.929744422435760498, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+389, 326714, 1, 14, 14, '0', 0, 0, 1173.546875, -4242.001953125, 22.93574333190917968, 1.696153879165649414, -0.05619096755981445, -0.04447746276855468, 0.748676300048828125, 0.659050941467285156, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+390, 326714, 1, 14, 14, '0', 0, 0, 1233.328125, -4145.8056640625, 25.91005134582519531, 1.287923574447631835, -0.05802392959594726, -0.03667068481445312, 0.599254608154296875, 0.797610461711883544, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+391, 326714, 1, 14, 14, '0', 0, 0, 1218.3472900390625, -4150.05029296875, 23.05268096923828125, 1.117441177368164062, -0.00591516494750976, -0.016326904296875, 0.529897689819335937, 0.847883760929107666, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+392, 326714, 1, 14, 14, '0', 0, 0, 1197.05908203125, -4178.68408203125, 22.89385414123535156, 0.746263980865478515, -0.0639801025390625, -0.0296030044555664, 0.363348007202148437, 0.928982496261596679, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+393, 326714, 1, 14, 14, '0', 0, 0, 1215.5191650390625, -4148.65625, 22.83680534362792968, 1.160894036293029785, -0.03453922271728515, -0.02524375915527343, 0.547818183898925781, 0.835502862930297851, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+394, 326714, 1, 14, 14, '0', 0, 0, 1194.94970703125, -4176.32275390625, 22.57561111450195312, 0.752347052097320556, -0.0638895034790039, -0.02979755401611328, 0.366171836853027343, 0.927873075008392333, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+395, 326714, 1, 14, 14, '0', 0, 0, 1221.2708740234375, -4141.88720703125, 23.93290138244628906, 1.132466316223144531, -0.03329944610595703, -0.0233316421508789, 0.535950660705566406, 0.843269646167755126, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+396, 326714, 1, 14, 14, '0', 0, 0, 1224.1666259765625, -4142.96533203125, 24.29731178283691406, 1.250104904174804687, -0.03187036514282226, -0.02524852752685546, 0.584595680236816406, 0.810305297374725341, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+397, 326714, 1, 14, 14, '0', 0, 0, 1227.0416259765625, -4154.3681640625, 24.00332450866699218, 1.133964300155639648, -0.07883119583129882, -0.03194713592529296, 0.53623199462890625, 0.839773893356323242, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+398, 326714, 1, 14, 14, '0', 0, 0, 1203.7708740234375, -4183.2724609375, 24.09170913696289062, 2.367144584655761718, -0.00236415863037109, 0.004133224487304687, 0.925946235656738281, 0.377625346183776855, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+399, 326714, 1, 14, 14, '0', 0, 0, 1162.2916259765625, -4233.35595703125, 21.66277503967285156, 0.109781250357627868, 0.012288570404052734, 0.009785652160644531, 0.054739952087402343, 0.998377084732055664, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+400, 326714, 1, 14, 14, '0', 0, 0, 1237.8367919921875, -4160.91162109375, 25.82291603088378906, 0.920627117156982421, -0.02415084838867187, -0.01584815979003906, 0.4439544677734375, 0.895583629608154296, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+401, 326714, 1, 14, 14, '0', 0, 0, 1210.0103759765625, -4174.2900390625, 24.08692741394042968, 3.957872867584228515, 0.017980098724365234, -0.04546928405761718, -0.9167327880859375, 0.396497458219528198, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+402, 326714, 1, 14, 14, '0', 0, 0, 1235.3055419921875, -4158.96337890625, 25.49479103088378906, 0.935477435588836669, -0.0354323387145996, -0.0199441909790039, 0.450429916381835937, 0.891885459423065185, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+403, 326714, 1, 14, 14, '0', 0, 0, 1210.0660400390625, -4176.68603515625, 24.249481201171875, 2.366029262542724609, 0.005297183990478515, 0.014570236206054687, 0.925635337829589843, 0.378099024295806884, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+404, 326714, 1, 14, 14, '0', 0, 0, 1178.6927490234375, -4239.07275390625, 23.74661064147949218, 2.645234584808349609, -0.03950786590576171, -0.02753734588623046, 0.968518257141113281, 0.244240090250968933, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+405, 326714, 1, 14, 14, '0', 0, 0, 1203.44970703125, -4168.17529296875, 23.03880119323730468, 3.957872867584228515, 0.017980098724365234, -0.04546928405761718, -0.9167327880859375, 0.396497458219528198, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+406, 326714, 1, 14, 14, '0', 0, 0, 1205.453125, -4170.08837890625, 23.35750198364257812, 3.957872867584228515, 0.017980098724365234, -0.04546928405761718, -0.9167327880859375, 0.396497458219528198, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+407, 326714, 1, 14, 14, '0', 0, 0, 1166.52783203125, -4225.51904296875, 22.1557464599609375, 5.342114925384521484, 0.022593975067138671, -0.04102611541748046, -0.45195579528808593, 0.890809953212738037, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+408, 326714, 1, 14, 14, '0', 0, 0, 1236.4583740234375, -4146.68212890625, 26.3146820068359375, 1.300769805908203125, -0.05778741836547851, -0.03704261779785156, 0.604365348815917968, 0.793744921684265136, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+409, 326714, 1, 14, 14, '0', 0, 0, 1239.5660400390625, -4147.50537109375, 26.63835334777832031, 1.315019845962524414, -0.05752182006835937, -0.03745365142822265, 0.610005378723144531, 0.789418756961822509, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+410, 326714, 1, 14, 14, '0', 0, 0, 1162.7222900390625, -4230.15478515625, 21.706024169921875, 5.902915000915527343, -0.00566530227661132, -0.00207901000976562, -0.18900394439697265, 0.981957793235778808, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+411, 326714, 1, 14, 14, '0', 0, 0, 1167.7847900390625, -4240.61279296875, 22.15450096130371093, 1.01648104190826416, -0.03000926971435546, -0.01204967498779296, 0.486500740051269531, 0.873081505298614501, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+412, 326714, 1, 14, 14, '0', 0, 0, 1170.515625, -4241.77783203125, 22.49571800231933593, 1.25540316104888916, -0.02835941314697265, -0.01554012298583984, 0.587084770202636718, 0.808879256248474121, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+413, 326714, 1, 14, 14, '0', 0, 0, 1193.171875, -4174.501953125, 22.32460975646972656, 0.752347052097320556, -0.0638895034790039, -0.02979755401611328, 0.366171836853027343, 0.927873075008392333, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+414, 326714, 1, 14, 14, '0', 0, 0, 1179.6024169921875, -4236.09716796875, 23.88064002990722656, 2.95117354393005371, 0, 0, 0.995471000671386718, 0.095065735280513763, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+415, 326714, 1, 14, 14, '0', 0, 0, 1227.1285400390625, -4143.92724609375, 24.82602310180664062, 1.262239694595336914, -0.04847240447998046, -0.03463172912597656, 0.589032173156738281, 0.805910766124725341, 120, 255, 1, 45745), -- Fence (Area: Durotar - Difficulty: 0) +(@OGUID+416, 327133, 1, 14, 14, '0', 0, 0, 1194.5208740234375, -4116.39404296875, 21.67856788635253906, 3.932958364486694335, -0.004730224609375, -0.02535629272460937, -0.92230892181396484, 0.38559165596961975, 120, 255, 1, 45745), -- Shoutbox (Area: Durotar - Difficulty: 0) +(@OGUID+417, 327134, 1, 14, 14, '0', 0, 0, 1193.1510009765625, -4120.44775390625, 24.22899246215820312, 2.314473628997802734, 0, 0, 0.915696144104003906, 0.401871353387832641, 120, 255, 1, 45745), -- Brewfest Ceremonial Keg (Area: Durotar - Difficulty: 0) +(@OGUID+418, 327165, 1, 14, 14, '0', 0, 0, 1213.4461669921875, -4134.05908203125, 23.30555534362792968, 1.251651644706726074, 0, 0, 0.585766792297363281, 0.810479640960693359, 120, 255, 1, 45745), -- Keg (Area: Durotar - Difficulty: 0) +(@OGUID+419, 327165, 1, 14, 14, '0', 0, 0, 1212.2274169921875, -4133.09716796875, 23.28819465637207031, 2.927161693572998046, 0, 0, 0.994257926940917968, 0.107010208070278167, 120, 255, 1, 45745), -- Keg (Area: Durotar - Difficulty: 0) +(@OGUID+420, 327165, 1, 14, 14, '0', 0, 0, 1212.1129150390625, -4134.63037109375, 23.18490028381347656, 6.208388328552246093, 0, 0, -0.03738975524902343, 0.999300777912139892, 120, 255, 1, 45745), -- Keg (Area: Durotar - Difficulty: 0) +(@OGUID+421, 327182, 1, 14, 14, '0', 0, 0, 1161.28125, -4199.94970703125, 22.76983833312988281, 0.928048253059387207, 0.007281303405761718, 0.005219459533691406, 0.447521209716796875, 0.894228458404541015, 120, 255, 1, 45745), -- Table (Area: Durotar - Difficulty: 0) +(@OGUID+422, 327538, 1, 14, 14, '0', 0, 0, 1160.6875, -4204.63037109375, 22.80034828186035156, 0.291971474885940551, 0, 0, 0.145467758178710937, 0.989363014698028564, 120, 255, 1, 45745), -- Flag (Area: Durotar - Difficulty: 0) +(@OGUID+423, 327539, 1, 14, 14, '0', 0, 0, 1159.546875, -4203.75537109375, 22.84201431274414062, 0.291971474885940551, 0, 0, 0.145467758178710937, 0.989363014698028564, 120, 255, 1, 45745), -- Flag (Area: Durotar - Difficulty: 0) +(@OGUID+424, 327540, 1, 14, 14, '0', 0, 0, 1158.3211669921875, -4202.75, 22.83680534362792968, 0.291971474885940551, 0, 0, 0.145467758178710937, 0.989363014698028564, 120, 255, 1, 45745), -- Flag (Area: Durotar - Difficulty: 0) +(@OGUID+425, 327541, 1, 14, 14, '0', 0, 0, 1157.157958984375, -4201.7568359375, 22.80555534362792968, 0.291971474885940551, 0, 0, 0.145467758178710937, 0.989363014698028564, 120, 255, 1, 45745), -- Flag (Area: Durotar - Difficulty: 0) +(@OGUID+426, 328424, 1, 14, 14, '0', 0, 0, 1163.251708984375, -4120.18408203125, 20.75914573669433593, 6.133948802947998046, -0.02899646759033203, 0.002473831176757812, -0.0745086669921875, 0.996795654296875, 120, 255, 1, 45745); -- Zandalari Tent (Area: Durotar - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=24 AND `guid` BETWEEN @CGUID+0 AND @CGUID+112; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(24, @CGUID+0), +(24, @CGUID+1), +(24, @CGUID+2), +(24, @CGUID+3), +(24, @CGUID+4), +(24, @CGUID+5), +(24, @CGUID+6), +(24, @CGUID+7), +(24, @CGUID+8), +(24, @CGUID+9), +(24, @CGUID+10), +(24, @CGUID+11), +(24, @CGUID+12), +(24, @CGUID+13), +(24, @CGUID+14), +(24, @CGUID+15), +(24, @CGUID+16), +(24, @CGUID+17), +(24, @CGUID+18), +(24, @CGUID+19), +(24, @CGUID+20), +(24, @CGUID+21), +(24, @CGUID+22), +(24, @CGUID+23), +(24, @CGUID+24), +(24, @CGUID+25), +(24, @CGUID+26), +(24, @CGUID+27), +(24, @CGUID+28), +(24, @CGUID+29), +(24, @CGUID+30), +(24, @CGUID+31), +(24, @CGUID+32), +(24, @CGUID+33), +(24, @CGUID+34), +(24, @CGUID+35), +(24, @CGUID+36), +(24, @CGUID+37), +(24, @CGUID+38), +(24, @CGUID+39), +(24, @CGUID+40), +(24, @CGUID+41), +(24, @CGUID+42), +(24, @CGUID+43), +(24, @CGUID+44), +(24, @CGUID+45), +(24, @CGUID+46), +(24, @CGUID+47), +(24, @CGUID+48), +(24, @CGUID+49), +(24, @CGUID+50), +(24, @CGUID+51), +(24, @CGUID+52), +(24, @CGUID+53), +(24, @CGUID+54), +(24, @CGUID+55), +(24, @CGUID+56), +(24, @CGUID+57), +(24, @CGUID+58), +(24, @CGUID+59), +(24, @CGUID+60), +(24, @CGUID+61), +(24, @CGUID+62), +(24, @CGUID+63), +(24, @CGUID+64), +(24, @CGUID+65), +(24, @CGUID+66), +(24, @CGUID+67), +(24, @CGUID+68), +(24, @CGUID+69), +(24, @CGUID+70), +(24, @CGUID+71), +(24, @CGUID+72), +(24, @CGUID+73), +(24, @CGUID+74), +(24, @CGUID+75), +(24, @CGUID+76), +(24, @CGUID+77), +(24, @CGUID+78), +(24, @CGUID+79), +(24, @CGUID+80), +(24, @CGUID+81), +(24, @CGUID+82), +(24, @CGUID+83), +(24, @CGUID+84), +(24, @CGUID+85), +(24, @CGUID+86), +(24, @CGUID+87), +(24, @CGUID+88), +(24, @CGUID+89), +(24, @CGUID+90), +(24, @CGUID+91), +(24, @CGUID+92), +(24, @CGUID+93), +(24, @CGUID+94), +(24, @CGUID+95), +(24, @CGUID+96), +(24, @CGUID+97), +(24, @CGUID+98), +(24, @CGUID+99), +(24, @CGUID+100), +(24, @CGUID+101), +(24, @CGUID+102), +(24, @CGUID+103), +(24, @CGUID+104), +(24, @CGUID+105), +(24, @CGUID+106), +(24, @CGUID+107), +(24, @CGUID+108), +(24, @CGUID+109), +(24, @CGUID+110), +(24, @CGUID+111), +(24, @CGUID+112); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=24 AND `guid` BETWEEN @OGUID+0 AND @OGUID+426; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(24, @OGUID+0), +(24, @OGUID+1), +(24, @OGUID+2), +(24, @OGUID+3), +(24, @OGUID+4), +(24, @OGUID+5), +(24, @OGUID+6), +(24, @OGUID+7), +(24, @OGUID+8), +(24, @OGUID+9), +(24, @OGUID+10), +(24, @OGUID+11), +(24, @OGUID+12), +(24, @OGUID+13), +(24, @OGUID+14), +(24, @OGUID+15), +(24, @OGUID+16), +(24, @OGUID+17), +(24, @OGUID+18), +(24, @OGUID+19), +(24, @OGUID+20), +(24, @OGUID+21), +(24, @OGUID+22), +(24, @OGUID+23), +(24, @OGUID+24), +(24, @OGUID+25), +(24, @OGUID+26), +(24, @OGUID+27), +(24, @OGUID+28), +(24, @OGUID+29), +(24, @OGUID+30), +(24, @OGUID+31), +(24, @OGUID+32), +(24, @OGUID+33), +(24, @OGUID+34), +(24, @OGUID+35), +(24, @OGUID+36), +(24, @OGUID+37), +(24, @OGUID+38), +(24, @OGUID+39), +(24, @OGUID+40), +(24, @OGUID+41), +(24, @OGUID+42), +(24, @OGUID+43), +(24, @OGUID+44), +(24, @OGUID+45), +(24, @OGUID+46), +(24, @OGUID+47), +(24, @OGUID+48), +(24, @OGUID+49), +(24, @OGUID+50), +(24, @OGUID+51), +(24, @OGUID+52), +(24, @OGUID+53), +(24, @OGUID+54), +(24, @OGUID+55), +(24, @OGUID+56), +(24, @OGUID+57), +(24, @OGUID+58), +(24, @OGUID+59), +(24, @OGUID+60), +(24, @OGUID+61), +(24, @OGUID+62), +(24, @OGUID+63), +(24, @OGUID+64), +(24, @OGUID+65), +(24, @OGUID+66), +(24, @OGUID+67), +(24, @OGUID+68), +(24, @OGUID+69), +(24, @OGUID+70), +(24, @OGUID+71), +(24, @OGUID+72), +(24, @OGUID+73), +(24, @OGUID+74), +(24, @OGUID+75), +(24, @OGUID+76), +(24, @OGUID+77), +(24, @OGUID+78), +(24, @OGUID+79), +(24, @OGUID+80), +(24, @OGUID+81), +(24, @OGUID+82), +(24, @OGUID+83), +(24, @OGUID+84), +(24, @OGUID+85), +(24, @OGUID+86), +(24, @OGUID+87), +(24, @OGUID+88), +(24, @OGUID+89), +(24, @OGUID+90), +(24, @OGUID+91), +(24, @OGUID+92), +(24, @OGUID+93), +(24, @OGUID+94), +(24, @OGUID+95), +(24, @OGUID+96), +(24, @OGUID+97), +(24, @OGUID+98), +(24, @OGUID+99), +(24, @OGUID+100), +(24, @OGUID+101), +(24, @OGUID+102), +(24, @OGUID+103), +(24, @OGUID+104), +(24, @OGUID+105), +(24, @OGUID+106), +(24, @OGUID+107), +(24, @OGUID+108), +(24, @OGUID+109), +(24, @OGUID+110), +(24, @OGUID+111), +(24, @OGUID+112), +(24, @OGUID+113), +(24, @OGUID+114), +(24, @OGUID+115), +(24, @OGUID+116), +(24, @OGUID+117), +(24, @OGUID+118), +(24, @OGUID+119), +(24, @OGUID+120), +(24, @OGUID+121), +(24, @OGUID+122), +(24, @OGUID+123), +(24, @OGUID+124), +(24, @OGUID+125), +(24, @OGUID+126), +(24, @OGUID+127), +(24, @OGUID+128), +(24, @OGUID+129), +(24, @OGUID+130), +(24, @OGUID+131), +(24, @OGUID+132), +(24, @OGUID+133), +(24, @OGUID+134), +(24, @OGUID+135), +(24, @OGUID+136), +(24, @OGUID+137), +(24, @OGUID+138), +(24, @OGUID+139), +(24, @OGUID+140), +(24, @OGUID+141), +(24, @OGUID+142), +(24, @OGUID+143), +(24, @OGUID+144), +(24, @OGUID+145), +(24, @OGUID+146), +(24, @OGUID+147), +(24, @OGUID+148), +(24, @OGUID+149), +(24, @OGUID+150), +(24, @OGUID+151), +(24, @OGUID+152), +(24, @OGUID+153), +(24, @OGUID+154), +(24, @OGUID+155), +(24, @OGUID+156), +(24, @OGUID+157), +(24, @OGUID+158), +(24, @OGUID+159), +(24, @OGUID+160), +(24, @OGUID+161), +(24, @OGUID+162), +(24, @OGUID+163), +(24, @OGUID+164), +(24, @OGUID+165), +(24, @OGUID+166), +(24, @OGUID+167), +(24, @OGUID+168), +(24, @OGUID+169), +(24, @OGUID+170), +(24, @OGUID+171), +(24, @OGUID+172), +(24, @OGUID+173), +(24, @OGUID+174), +(24, @OGUID+175), +(24, @OGUID+176), +(24, @OGUID+177), +(24, @OGUID+178), +(24, @OGUID+179), +(24, @OGUID+180), +(24, @OGUID+181), +(24, @OGUID+182), +(24, @OGUID+183), +(24, @OGUID+184), +(24, @OGUID+185), +(24, @OGUID+186), +(24, @OGUID+187), +(24, @OGUID+188), +(24, @OGUID+189), +(24, @OGUID+190), +(24, @OGUID+191), +(24, @OGUID+192), +(24, @OGUID+193), +(24, @OGUID+194), +(24, @OGUID+195), +(24, @OGUID+196), +(24, @OGUID+197), +(24, @OGUID+198), +(24, @OGUID+199), +(24, @OGUID+200), +(24, @OGUID+201), +(24, @OGUID+202), +(24, @OGUID+203), +(24, @OGUID+204), +(24, @OGUID+205), +(24, @OGUID+206), +(24, @OGUID+207), +(24, @OGUID+208), +(24, @OGUID+209), +(24, @OGUID+210), +(24, @OGUID+211), +(24, @OGUID+212), +(24, @OGUID+213), +(24, @OGUID+214), +(24, @OGUID+215), +(24, @OGUID+216), +(24, @OGUID+217), +(24, @OGUID+218), +(24, @OGUID+219), +(24, @OGUID+220), +(24, @OGUID+221), +(24, @OGUID+222), +(24, @OGUID+223), +(24, @OGUID+224), +(24, @OGUID+225), +(24, @OGUID+226), +(24, @OGUID+227), +(24, @OGUID+228), +(24, @OGUID+229), +(24, @OGUID+230), +(24, @OGUID+231), +(24, @OGUID+232), +(24, @OGUID+233), +(24, @OGUID+234), +(24, @OGUID+235), +(24, @OGUID+236), +(24, @OGUID+237), +(24, @OGUID+238), +(24, @OGUID+239), +(24, @OGUID+240), +(24, @OGUID+241), +(24, @OGUID+242), +(24, @OGUID+243), +(24, @OGUID+244), +(24, @OGUID+245), +(24, @OGUID+246), +(24, @OGUID+247), +(24, @OGUID+248), +(24, @OGUID+249), +(24, @OGUID+250), +(24, @OGUID+251), +(24, @OGUID+252), +(24, @OGUID+253), +(24, @OGUID+254), +(24, @OGUID+255), +(24, @OGUID+256), +(24, @OGUID+257), +(24, @OGUID+258), +(24, @OGUID+259), +(24, @OGUID+260), +(24, @OGUID+261), +(24, @OGUID+262), +(24, @OGUID+263), +(24, @OGUID+264), +(24, @OGUID+265), +(24, @OGUID+266), +(24, @OGUID+267), +(24, @OGUID+268), +(24, @OGUID+269), +(24, @OGUID+270), +(24, @OGUID+271), +(24, @OGUID+272), +(24, @OGUID+273), +(24, @OGUID+274), +(24, @OGUID+275), +(24, @OGUID+276), +(24, @OGUID+277), +(24, @OGUID+278), +(24, @OGUID+279), +(24, @OGUID+280), +(24, @OGUID+281), +(24, @OGUID+282), +(24, @OGUID+283), +(24, @OGUID+284), +(24, @OGUID+285), +(24, @OGUID+286), +(24, @OGUID+287), +(24, @OGUID+288), +(24, @OGUID+289), +(24, @OGUID+290), +(24, @OGUID+291), +(24, @OGUID+292), +(24, @OGUID+293), +(24, @OGUID+294), +(24, @OGUID+295), +(24, @OGUID+296), +(24, @OGUID+297), +(24, @OGUID+298), +(24, @OGUID+299), +(24, @OGUID+300), +(24, @OGUID+301), +(24, @OGUID+302), +(24, @OGUID+303), +(24, @OGUID+304), +(24, @OGUID+305), +(24, @OGUID+306), +(24, @OGUID+307), +(24, @OGUID+308), +(24, @OGUID+309), +(24, @OGUID+310), +(24, @OGUID+311), +(24, @OGUID+312), +(24, @OGUID+313), +(24, @OGUID+314), +(24, @OGUID+315), +(24, @OGUID+316), +(24, @OGUID+317), +(24, @OGUID+318), +(24, @OGUID+319), +(24, @OGUID+320), +(24, @OGUID+321), +(24, @OGUID+322), +(24, @OGUID+323), +(24, @OGUID+324), +(24, @OGUID+325), +(24, @OGUID+326), +(24, @OGUID+327), +(24, @OGUID+328), +(24, @OGUID+329), +(24, @OGUID+330), +(24, @OGUID+331), +(24, @OGUID+332), +(24, @OGUID+333), +(24, @OGUID+334), +(24, @OGUID+335), +(24, @OGUID+336), +(24, @OGUID+337), +(24, @OGUID+338), +(24, @OGUID+339), +(24, @OGUID+340), +(24, @OGUID+341), +(24, @OGUID+342), +(24, @OGUID+343), +(24, @OGUID+344), +(24, @OGUID+345), +(24, @OGUID+346), +(24, @OGUID+347), +(24, @OGUID+348), +(24, @OGUID+349), +(24, @OGUID+350), +(24, @OGUID+351), +(24, @OGUID+352), +(24, @OGUID+353), +(24, @OGUID+354), +(24, @OGUID+355), +(24, @OGUID+356), +(24, @OGUID+357), +(24, @OGUID+358), +(24, @OGUID+359), +(24, @OGUID+360), +(24, @OGUID+361), +(24, @OGUID+362), +(24, @OGUID+363), +(24, @OGUID+364), +(24, @OGUID+365), +(24, @OGUID+366), +(24, @OGUID+367), +(24, @OGUID+368), +(24, @OGUID+369), +(24, @OGUID+370), +(24, @OGUID+371), +(24, @OGUID+372), +(24, @OGUID+373), +(24, @OGUID+374), +(24, @OGUID+375), +(24, @OGUID+376), +(24, @OGUID+377), +(24, @OGUID+378), +(24, @OGUID+379), +(24, @OGUID+380), +(24, @OGUID+381), +(24, @OGUID+382), +(24, @OGUID+383), +(24, @OGUID+384), +(24, @OGUID+385), +(24, @OGUID+386), +(24, @OGUID+387), +(24, @OGUID+388), +(24, @OGUID+389), +(24, @OGUID+390), +(24, @OGUID+391), +(24, @OGUID+392), +(24, @OGUID+393), +(24, @OGUID+394), +(24, @OGUID+395), +(24, @OGUID+396), +(24, @OGUID+397), +(24, @OGUID+398), +(24, @OGUID+399), +(24, @OGUID+400), +(24, @OGUID+401), +(24, @OGUID+402), +(24, @OGUID+403), +(24, @OGUID+404), +(24, @OGUID+405), +(24, @OGUID+406), +(24, @OGUID+407), +(24, @OGUID+408), +(24, @OGUID+409), +(24, @OGUID+410), +(24, @OGUID+411), +(24, @OGUID+412), +(24, @OGUID+413), +(24, @OGUID+414), +(24, @OGUID+415), +(24, @OGUID+416), +(24, @OGUID+417), +(24, @OGUID+418), +(24, @OGUID+419), +(24, @OGUID+420), +(24, @OGUID+421), +(24, @OGUID+422), +(24, @OGUID+423), +(24, @OGUID+424), +(24, @OGUID+425), +(24, @OGUID+426); diff --git a/sql/updates/world/master/2022_10_05_04_world.sql b/sql/updates/world/master/2022_10_05_04_world.sql new file mode 100644 index 000000000..21a9f96e9 --- /dev/null +++ b/sql/updates/world/master/2022_10_05_04_world.sql @@ -0,0 +1,340 @@ +SET @CGUID := 460692; +SET @OGUID := 395674; + +-- spawndifficulties are set at the end +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+237; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 83765, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6610.45556640625, -683.7257080078125, 4.887360572814941406, 5.547855377197265625, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) +(@CGUID+1, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6646.90185546875, -639.0069580078125, 5.008808135986328125, 0, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+2, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6812.34716796875, -1102.6163330078125, 5.710412025451660156, 2.215886354446411132, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 0) +(@CGUID+3, 86809, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6853.759765625, -615.02081298828125, 4.819231986999511718, 1.49493408203125, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Incinerator (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172802 - Incendiary Slugs) +(@CGUID+4, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6875.07568359375, -1035.298583984375, 27.06694984436035156, 4.903079032897949218, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 0) +(@CGUID+5, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6912.20751953125, -783.21356201171875, 5.037196159362792968, 4.454835891723632812, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+6, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6492.38037109375, -1027.4461669921875, 4.660018444061279296, 2.253548860549926757, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+7, 83389, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6809.8818359375, -1086.62158203125, 5.289567947387695312, 4.738573074340820312, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Ironwing Flamespitter (Area: -Unknown- - Difficulty: 0) +(@CGUID+8, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6877.99853515625, -1040.609375, 27.25288009643554687, 4.762946605682373046, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 0) +(@CGUID+9, 83612, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6729.2802734375, -977.953125, 23.12951087951660156, 6.083837509155273437, 7200, 0, 0, 92260, 0, 0, 0, 0, 0, 45745), -- Skulloc (Area: -Unknown- - Difficulty: 0) (Auras: ) +(@CGUID+10, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6705.4814453125, -844.86102294921875, 4.988766670227050781, 6.030917167663574218, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+11, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6653.45068359375, -642.17364501953125, 5.008808135986328125, 4.442095756530761718, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield) +(@CGUID+12, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6534.42431640625, -813.467041015625, 5.018269538879394531, 3.480115890502929687, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167542 - Carrying Wood, 42459 - Dual Wield) +(@CGUID+13, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6538.49755859375, -817.06768798828125, 5.017849922180175781, 3.155292510986328125, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+14, 83764, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6625.02099609375, -754.68402099609375, 5.019334793090820312, 4.900163650512695312, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+15, 81247, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6600.93310546875, -553.5382080078125, 5.006652355194091796, 4.744960308074951171, 7200, 0, 0, 369450, 0, 0, 0, 0, 0, 45745), -- Iron Star (Area: -Unknown- - Difficulty: 0) (Auras: ) +(@CGUID+16, 81247, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6562.9208984375, -555.7430419921875, 5.007201194763183593, 4.697428226470947265, 7200, 0, 0, 369450, 0, 0, 0, 0, 0, 45745), -- Iron Star (Area: -Unknown- - Difficulty: 0) (Auras: ) +(@CGUID+17, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6668.61376953125, -1110.6302490234375, 5.99140024185180664, 3.996724605560302734, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 0) +(@CGUID+18, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6895.6494140625, -810.72052001953125, 5.017566680908203125, 3.896959304809570312, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172625 - Grease Bottle) +(@CGUID+19, 83028, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6809.1474609375, -616.99652099609375, 4.999652862548828125, 0.033073265105485916, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+20, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6800.04541015625, -610.77081298828125, 4.826488494873046875, 1.644637227058410644, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+21, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6567.1181640625, -701.74481201171875, 5.015111446380615234, 5.623588085174560546, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+22, 83763, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6571.75, -707.6180419921875, 4.835113525390625, 5.586681365966796875, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172625 - Grease Bottle) +(@CGUID+23, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6500.5078125, -912.54864501953125, 5.041778564453125, 0.779474198818206787, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield, 168552 - Cannon Barrage) +(@CGUID+24, 83764, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6645.7890625, -753.5625, 5.020179271697998046, 4.682268142700195312, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+25, 83765, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6613.36376953125, -686.6475830078125, 4.887365341186523437, 2.49589848518371582, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) +(@CGUID+26, 83578, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6485.93212890625, -919.89581298828125, 5.041776180267333984, 4.68331146240234375, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 168552 - Cannon Barrage) +(@CGUID+27, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6883.37841796875, -669.15277099609375, 55.27777481079101562, 3.329135656356811523, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 160758 - Mod Scale 140%) +(@CGUID+28, 83578, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6722.90478515625, -662.05206298828125, 13.95621013641357421, 0.07010718435049057, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+29, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6762.44775390625, -621.61114501953125, 5.007419586181640625, 4.013553142547607421, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+30, 83389, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6796.41943359375, -1111.77783203125, 5.090409278869628906, 5.587099075317382812, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Ironwing Flamespitter (Area: -Unknown- - Difficulty: 0) +(@CGUID+31, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6863.56591796875, -614.33856201171875, 4.82686614990234375, 1.595602035522460937, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+32, 83616, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6738.6474609375, -964.2586669921875, 23.1295166015625, 5.8817596435546875, 7200, 0, 0, 10544, 0, 0, 0, 0, 0, 45745), -- Zoggosh (Area: -Unknown- - Difficulty: 0) (Auras: 93970 - Ride Vehicle) +(@CGUID+33, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6841.3271484375, -690.54864501953125, 4.835057735443115234, 3.146164655685424804, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+34, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6949.06103515625, -862.7117919921875, 5.0203857421875, 0.258041650056838989, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+35, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6877.658203125, -1026.6441650390625, 26.69864845275878906, 4.889439105987548828, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 0) +(@CGUID+36, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6604.02685546875, -817.282470703125, 5.61177825927734375, 0.413534224033355712, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+37, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6823.61474609375, -686.060791015625, 4.835057735443115234, 5.513442039489746093, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+38, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6862.275390625, -806.1632080078125, 5.987278461456298828, 4.238596439361572265, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+39, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6836.51708984375, -820.51715087890625, 4.94469451904296875, 5.601899147033691406, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167542 - Carrying Wood, 42459 - Dual Wield) +(@CGUID+40, 83026, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6794.11865234375, -698.75604248046875, 4.811840057373046875, 1.621632099151611328, 7200, 0, 0, 20392, 0, 0, 0, 0, 0, 45745), -- Siegemaster Olugar (Area: -Unknown- - Difficulty: 0) +(@CGUID+41, 81603, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6816.6953125, -643.20831298828125, 5.0087127685546875, 0.002492718864232301, 7200, 0, 0, 20392, 0, 0, 0, 0, 0, 45745), -- Champion Druna (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+42, 83765, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6636.9287109375, -750.15802001953125, 5.017500877380371093, 4.965975761413574218, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) +(@CGUID+43, 83025, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6487.14599609375, -1026.9478759765625, 4.660018444061279296, 2.335574150085449218, 7200, 0, 0, 20392, 0, 0, 0, 0, 0, 45745), -- Grom'kar Battlemaster (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield) +(@CGUID+44, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6905.74462890625, -783.99481201171875, 5.037196159362792968, 5.743170738220214843, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+45, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6494.8583984375, -1024.829833984375, 4.6600189208984375, 2.413792371749877929, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+46, 83025, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6791.83056640625, -596.04876708984375, 4.815053939819335937, 6.247030258178710937, 7200, 10, 0, 20392, 0, 1, 0, 0, 0, 45745), -- Grom'kar Battlemaster (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield) (possible waypoints or random movement) +(@CGUID+47, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6883.90185546875, -700.43402099609375, 55.2777252197265625, 3.329135656356811523, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 160758 - Mod Scale 140%) +(@CGUID+48, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6597.44482421875, -819.5823974609375, 5.384129047393798828, 2.749475955963134765, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+49, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6806.025390625, -1122.142333984375, 5.55234527587890625, 1.511498928070068359, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 0) +(@CGUID+50, 83763, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6606.63916015625, -811.17510986328125, 5.474374771118164062, 1.985954880714416503, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+51, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6599.5400390625, -812.53509521484375, 5.356714248657226562, 4.144414901733398437, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield) +(@CGUID+52, 83763, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6601.56591796875, -807.79693603515625, 5.436452388763427734, 2.804807662963867187, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172625 - Grease Bottle) +(@CGUID+53, 83764, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6654.51806640625, -751.67364501953125, 5.014301776885986328, 4.53804636001586914, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+54, 83761, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6571.9189453125, -640.4912109375, 5.002387046813964843, 6.263638973236083984, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+55, 83765, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6616.7421875, -676.2882080078125, 4.707004547119140625, 4.206214427947998046, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) +(@CGUID+56, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6652.29443359375, -624.81597900390625, 4.835063934326171875, 0, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+57, 83671, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6525.29443359375, -1200.373291015625, 11.31948471069335937, 3.141592741012573242, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Train (Area: -Unknown- - Difficulty: 0) (Auras: ) +(@CGUID+58, 83764, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6657.72119140625, -752.888916015625, 5.012699604034423828, 4.729754447937011718, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+59, 83761, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6569.6630859375, -756.23614501953125, 5.022858142852783203, 3.095187664031982421, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+60, 83765, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6600.4296875, -691.13543701171875, 4.88736581802368164, 0.034175813198089599, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) +(@CGUID+61, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6537.9599609375, -810.57989501953125, 5.01788187026977539, 3.155292510986328125, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+62, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6466.9609375, -937.34552001953125, 5.04293680191040039, 5.286408424377441406, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+63, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6908.76025390625, -787.41839599609375, 5.037196159362792968, 5.519230365753173828, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167542 - Carrying Wood, 42459 - Dual Wield) +(@CGUID+64, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6464.0859375, -940.78302001953125, 5.041875362396240234, 5.28670501708984375, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+65, 83392, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6707.681640625, -829.1180419921875, 4.996636867523193359, 3.641105890274047851, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Rampaging Clefthoof (Area: -Unknown- - Difficulty: 0) (Auras: 158349 - Spiny Horns) +(@CGUID+66, 81247, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6650.01123046875, -557.3125, 5.037196159362792968, 4.69821929931640625, 7200, 0, 0, 369450, 0, 0, 0, 0, 0, 45745), -- Iron Star (Area: -Unknown- - Difficulty: 0) (Auras: ) +(@CGUID+67, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6639.70166015625, -1110.5399169921875, 5.448236942291259765, 5.66871500015258789, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 0) +(@CGUID+68, 81297, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6850.611328125, -733.9222412109375, 4.938985347747802734, 2.29822397232055664, 7200, 0, 0, 42176, 0, 0, 0, 0, 0, 45745), -- Dreadfang (Area: -Unknown- - Difficulty: 0) (Auras: 164024 - Warsong Banner) +(@CGUID+69, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6850.5390625, -813.3836669921875, 5.020624160766601562, 6.266239166259765625, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+70, 83028, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6886.64501953125, -786.7569580078125, 5.005021095275878906, 5.413558006286621093, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+71, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6879.84228515625, -572.5399169921875, 5.008825302124023437, 2.55776214599609375, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+72, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6560.2109375, -704.52606201171875, 5.009654998779296875, 4.222589969635009765, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield) +(@CGUID+73, 83763, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6657.73876953125, -637.06597900390625, 5.008808135986328125, 0, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade, 167539 - Carrying Sack) +(@CGUID+74, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6559.703125, -714.998291015625, 5.009836196899414062, 4.688219070434570312, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+75, 83763, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6657.73193359375, -629.951416015625, 5.178699970245361328, 0, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+76, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6511.3134765625, -902.75177001953125, 5.041803359985351562, 3.775135278701782226, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield, 168552 - Cannon Barrage) +(@CGUID+77, 83764, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6660.8525390625, -751.59375, 5.011291980743408203, 4.582346916198730468, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+78, 83764, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6639.0078125, -753.49481201171875, 5.01772308349609375, 4.648308277130126953, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+79, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6883.4931640625, -679.0242919921875, 55.27773666381835937, 3.329135656356811523, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 160758 - Mod Scale 140%) +(@CGUID+80, 84215, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6735.0869140625, -965.65625, 23.1295166015625, 5.456004142761230468, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Blackhand's Might Turret (Area: -Unknown- - Difficulty: 0) (Auras: ) +(@CGUID+81, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6464.63916015625, -944.935791015625, 5.04183816909790039, 5.919309139251708984, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+82, 83747, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6554.22412109375, -1180.2725830078125, 52.3259429931640625, 3.141592741012573242, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Train (Area: -Unknown- - Difficulty: 0) (Auras: ) +(@CGUID+83, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6884.46875, -705.73614501953125, 55.27773666381835937, 3.404191017150878906, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 160758 - Mod Scale 140%) +(@CGUID+84, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6826.09912109375, -688.61285400390625, 4.835056304931640625, 2.412429332733154296, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+85, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6486.962890625, -1032.2569580078125, 4.6600189208984375, 2.591317415237426757, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172625 - Grease Bottle) +(@CGUID+86, 83028, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6867.04052734375, -837.80218505859375, 5.002816677093505859, 0.002426712540909647, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+87, 83613, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6734.05908203125, -991.18402099609375, 23.12949752807617187, 0.226899191737174987, 7200, 0, 0, 26360, 0, 0, 0, 0, 0, 45745), -- Koramar (Area: -Unknown- - Difficulty: 0) (Auras: 168965 - Berserker Leap) +(@CGUID+88, 86809, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6804.68603515625, -612.57293701171875, 4.806498527526855468, 0.01011149026453495, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Incinerator (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172802 - Incendiary Slugs) +(@CGUID+89, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6848.0859375, -616.52081298828125, 4.830853462219238281, 1.56572723388671875, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+90, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6566.0361328125, -717.63763427734375, 4.987784862518310546, 1.363988518714904785, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield) +(@CGUID+91, 83763, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6570.71435546875, -714.65802001953125, 4.875476837158203125, 4.762864112854003906, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade, 167539 - Carrying Sack) +(@CGUID+92, 83764, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6622.02099609375, -754.60418701171875, 5.020372390747070312, 4.810431480407714843, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+93, 83765, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6622.9365234375, -681.90625, 4.702808380126953125, 3.122171878814697265, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) +(@CGUID+94, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6883.1865234375, -642.654541015625, 55.27779769897460937, 3.074585437774658203, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 160758 - Mod Scale 140%) +(@CGUID+95, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6791.99755859375, -580.05902099609375, 4.830692291259765625, 2.711042642593383789, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+96, 83761, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6600.1015625, -814.77813720703125, 4.971663475036621093, 3.134739160537719726, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+97, 83392, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6654.91943359375, -1119.0833740234375, 5.752025604248046875, 3.330221176147460937, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Rampaging Clefthoof (Area: -Unknown- - Difficulty: 0) (Auras: 158349 - Spiny Horns) +(@CGUID+98, 79852, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6974.96875, -1083.4322509765625, 5.781007766723632812, 3.99306797981262207, 7200, 0, 0, 91337, 0, 0, 0, 0, 0, 45745), -- Oshir (Area: -Unknown- - Difficulty: 0) (Auras: 168184 - Rending Slashes) +(@CGUID+99, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6970.45751953125, -846.1319580078125, 4.782588958740234375, 1.071198463439941406, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172625 - Grease Bottle) +(@CGUID+100, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6835.90673828125, -815.39984130859375, 4.932936668395996093, 5.292697429656982421, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+101, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6759.56787109375, -664.76739501953125, 5.008765220642089843, 1.593891739845275878, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) +(@CGUID+102, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6831.8017578125, -819.892822265625, 4.934095382690429687, 5.477257728576660156, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+103, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6883.90087890625, -637.32464599609375, 55.27779006958007812, 2.864725112915039062, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 160758 - Mod Scale 140%) +(@CGUID+104, 83578, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6721.30029296875, -720.670166015625, 12.43895816802978515, 2.562968254089355468, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+105, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6600.5244140625, -817.04583740234375, 5.469789505004882812, 5.064129829406738281, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167539 - Carrying Sack, 42459 - Dual Wield) +(@CGUID+106, 83578, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6504.59130859375, -975.0867919921875, 5.041783809661865234, 4.370140552520751953, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 168552 - Cannon Barrage) +(@CGUID+107, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6705.07080078125, -868.073486328125, 4.977354049682617187, 6.159944057464599609, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167542 - Carrying Wood, 42459 - Dual Wield) +(@CGUID+108, 83762, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6645.87255859375, -628.57293701171875, 4.835054397583007812, 0, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 167542 - Carrying Wood, 42459 - Dual Wield) +(@CGUID+109, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6974.7646484375, -826.3992919921875, 4.794527530670166015, 5.200420856475830078, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 0) (Auras: 120379 - Mod Scale 95-100%, 172625 - Grease Bottle) +(@CGUID+110, 83697, 1195, 6951, 7309, '0', '0', 0, 0, 2, 6471.48291015625, -939.19268798828125, 5.041832923889160156, 5.097976207733154296, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deckhand (Area: -Unknown- - Difficulty: 0) (Auras: 42459 - Dual Wield) +(@CGUID+111, 83761, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6662.66650390625, -727.375, 5.008832931518554687, 3.248100996017456054, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Ogron Laborer (Area: -Unknown- - Difficulty: 0) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+112, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6823.234375, -639.84552001953125, 5.008706569671630859, 3.593892812728881835, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+113, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6765.6943359375, -660.8507080078125, 5.00876617431640625, 2.61604166030883789, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+114, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6872.42724609375, -652.68231201171875, 5.008765220642089843, 3.773511171340942382, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+115, 83765, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6609.23779296875, -698.72222900390625, 4.88736724853515625, 1.498935699462890625, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) +(@CGUID+116, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6844.08056640625, -573.66668701171875, 4.824347496032714843, 0.696563601493835449, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+117, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6838.9990234375, -563.24652099609375, 5.21893930435180664, 0.012986638583242893, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+118, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6780.42724609375, -643.40277099609375, 5.008768081665039062, 3.601195335388183593, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+119, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6756.99755859375, -621.2430419921875, 5.005987167358398437, 3.961003780364990234, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+120, 83028, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6793.52001953125, -583.26739501953125, 4.829897403717041015, 0.017472466453909873, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+121, 83763, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6809.34228515625, -670.93402099609375, 4.660820484161376953, 5.67603158950805664, 7200, 0, 0, 16010, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+122, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6887.7099609375, -708.43231201171875, 55.97562026977539062, 4.044693470001220703, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+123, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6947.4453125, -847.30731201171875, 5.024562835693359375, 5.441201686859130859, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+124, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6869.12841796875, -578.87677001953125, 5.008820533752441406, 1.776121735572814941, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+125, 83028, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6841.5869140625, -697.06768798828125, 4.835057735443115234, 2.921866893768310546, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+126, 83028, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6857.82470703125, -618.28125, 4.822802066802978515, 1.56629180908203125, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Deadeye (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+127, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6888.0693359375, -634.53302001953125, 56.04511260986328125, 2.113951683044433593, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+128, 81279, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6883.6630859375, -660.296875, 55.27777481079101562, 3.329135656356811523, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Flameslinger (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+129, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6761.71875, -628.23089599609375, 5.008718490600585937, 3.623384475708007812, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+130, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6839.0849609375, -549.1944580078125, 5.003648281097412109, 6.114695549011230468, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+131, 87252, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6862.8974609375, -557.888916015625, 5.008828639984130859, 3.91948556900024414, 7200, 0, 0, 38235, 0, 0, 0, 0, 0, 45745), -- Unruly Ogron (Area: -Unknown- - Difficulty: 2) (Auras: 18950 - Invisibility and Stealth Detection) +(@CGUID+132, 84520, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6840.4765625, -703.6024169921875, 4.654506683349609375, 2.743666410446166992, 7200, 0, 0, 20392, 0, 0, 0, 0, 0, 45745), -- Pitwarden Gwarnok (Area: -Unknown- - Difficulty: 2) (Auras: 42459 - Dual Wield) +(@CGUID+133, 83025, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6806.90087890625, -683.76910400390625, 4.997730255126953125, 5.921495914459228515, 7200, 0, 0, 20392, 0, 0, 0, 0, 0, 45745), -- Grom'kar Battlemaster (Area: -Unknown- - Difficulty: 2) (Auras: 42459 - Dual Wield) +(@CGUID+134, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6807.2568359375, -676.795166015625, 4.835054874420166015, 5.925447940826416015, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+135, 86809, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6806.845703125, -690.982666015625, 4.922057628631591796, 6.282260417938232421, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Incinerator (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+136, 86809, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6794.45751953125, -577.9149169921875, 4.829403400421142578, 6.214371204376220703, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Incinerator (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+137, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6807.5791015625, -607.13714599609375, 4.922028541564941406, 2.134654521942138671, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+138, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6854.3125, -579.65972900390625, 4.830715179443359375, 1.000482559204101562, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+139, 81283, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6841.65185546875, -683, 4.835057258605957031, 3.288372516632080078, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Footsoldier (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+140, 86809, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6823.22998046875, -647.64410400390625, 5.00870370864868164, 2.742552995681762695, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Incinerator (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+141, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6880.66845703125, -816.8524169921875, 5.017941951751708984, 0.075841501355171203, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%) +(@CGUID+142, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6651.26904296875, -1091.7396240234375, 5.391937732696533203, 5.68304443359375, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%, 172625 - Grease Bottle) +(@CGUID+143, 83389, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6800.8125, -1171.9583740234375, 12.51330471038818359, 3.052257537841796875, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Ironwing Flamespitter (Area: -Unknown- - Difficulty: 2) +(@CGUID+144, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6799.85693359375, -1164.9757080078125, 12.51360130310058593, 4.351672172546386718, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 2) +(@CGUID+145, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6664.1552734375, -1171.1649169921875, 12.51358985900878906, 4.468144416809082031, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 2) +(@CGUID+146, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6655.13818359375, -1166.482666015625, 12.51402759552001953, 4.715730667114257812, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 2) +(@CGUID+147, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6788.9296875, -1182.3194580078125, 12.51337242126464843, 3.172980546951293945, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 2) +(@CGUID+148, 83389, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6744.92431640625, -1184.6475830078125, 5.041794776916503906, 3.661301374435424804, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Ironwing Flamespitter (Area: -Unknown- - Difficulty: 2) +(@CGUID+149, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6646.6474609375, -1172.673583984375, 12.51435661315917968, 5.029062747955322265, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 2) +(@CGUID+150, 81432, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6891.595703125, -1175.9853515625, 4.951898574829101562, 0.843689799308776855, 7200, 10, 0, 12315, 0, 1, 0, 0, 0, 45745), -- Grom'kar Technician (Area: -Unknown- - Difficulty: 2) (Auras: 120379 - Mod Scale 95-100%, 178296 - High Explosive Grenade) (possible waypoints or random movement) +(@CGUID+151, 83025, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6874.3974609375, -1179.00390625, 4.951891899108886718, 2.822889089584350585, 7200, 10, 0, 20392, 0, 1, 0, 0, 0, 45745), -- Grom'kar Battlemaster (Area: -Unknown- - Difficulty: 2) (Auras: 42459 - Dual Wield) (possible waypoints or random movement) +(@CGUID+152, 83392, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6799.078125, -1192.5850830078125, 12.51251506805419921, 2.858134269714355468, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Rampaging Clefthoof (Area: -Unknown- - Difficulty: 2) (Auras: 158349 - Spiny Horns) +(@CGUID+153, 83392, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6656.5625, -1184.7413330078125, 12.5113525390625, 2.161206960678100585, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Rampaging Clefthoof (Area: -Unknown- - Difficulty: 2) (Auras: 158349 - Spiny Horns) +(@CGUID+154, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6740.595703125, -1193.4427490234375, 5.041794776916503906, 2.521136283874511718, 7200, 0, 0, 16314, 0, 0, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 2) +(@CGUID+155, 83390, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6548.09521484375, -1170.9276123046875, 12.42065334320068359, 3.135958194732666015, 7200, 10, 0, 16314, 0, 1, 0, 0, 0, 45745), -- Thunderlord Wrangler (Area: -Unknown- - Difficulty: 2) (possible waypoints or random movement) +(@CGUID+156, 83392, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6546.3212890625, -1177.430908203125, 12.42065143585205078, 3.13532114028930664, 7200, 10, 0, 16314, 0, 1, 0, 0, 0, 45745), -- Rampaging Clefthoof (Area: -Unknown- - Difficulty: 2) (Auras: 158349 - Spiny Horns) (possible waypoints or random movement) +(@CGUID+157, 84464, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6861.7666015625, -990.170166015625, 23.1299591064453125, 3.002258062362670898, 7200, 0, 0, 3325, 0, 0, 0, 0, 0, 45745), -- Backdraft (Area: -Unknown- - Difficulty: 2) +(@CGUID+158, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6922.62939453125, -1072.6007080078125, 4.68624114990234375, 4.80570840835571289, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+159, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6923.75341796875, -1074.298583984375, 4.686240673065185546, 4.525330543518066406, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+160, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6926.50244140625, -1073.376708984375, 4.68623971939086914, 3.919075965881347656, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+161, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6925.08837890625, -1072.8367919921875, 4.686240673065185546, 4.283847332000732421, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+162, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6921.9619140625, -1078.4114990234375, 4.68623971939086914, 4.265200614929199218, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+163, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6924.00537109375, -1071.2586669921875, 4.68624114990234375, 4.378920555114746093, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+164, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6948.20654296875, -1075.4444580078125, 4.686230182647705078, 5.06523752212524414, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+165, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6935.5146484375, -1075.0382080078125, 4.686236381530761718, 4.471663475036621093, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+166, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6932.31494140625, -1082.77783203125, 4.686233997344970703, 4.245379447937011718, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+167, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6948.75, -1072.9375, 4.686240673065185546, 4.926482677459716796, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+168, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6950.80224609375, -1074.0728759765625, 4.686227798461914062, 4.719609260559082031, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+169, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6952.7275390625, -1074.2430419921875, 4.68622589111328125, 4.494544029235839843, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+170, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6950.14501953125, -1076.388916015625, 4.686228752136230468, 4.826549053192138671, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+171, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6961.908203125, -1074.5660400390625, 4.686228275299072265, 4.471663475036621093, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+172, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6906.02587890625, -1094.16845703125, 5.04365396499633789, 5.576322078704833984, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+173, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6960.2646484375, -1079.515625, 4.686223506927490234, 4.26383066177368164, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+174, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6950.52001953125, -1080.78125, 4.686228275299072265, 4.876421928405761718, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+175, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6904.171875, -1096.0364990234375, 5.043435573577880859, 5.979722499847412109, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+176, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6904.9306640625, -1099.189208984375, 5.04318094253540039, 6.270259857177734375, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+177, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6904.66162109375, -1097.7396240234375, 5.043300628662109375, 6.128818988800048828, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+178, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6911.1474609375, -1098.298583984375, 5.043511867523193359, 5.903073310852050781, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+179, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6906.6259765625, -1096.2603759765625, 5.043487548828125, 5.904817104339599609, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+180, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6905.04443359375, -1109.185791015625, 4.686192989349365234, 5.833996295928955078, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+181, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6911.5849609375, -1111.9461669921875, 5.042835235595703125, 5.878508567810058593, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+182, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6976.890625, -1099.607666015625, 5.046021938323974609, 3.380802631378173828, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+183, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6982.2109375, -1097.4478759765625, 5.046909332275390625, 3.207019567489624023, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+184, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6983.69873046875, -1110.748291015625, 5.046051025390625, 3.189840555191040039, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+185, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6977.1708984375, -1110.107666015625, 5.04523324966430664, 2.90604567527770996, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+186, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6911.2880859375, -1133.0382080078125, 5.041911125183105468, 0, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+187, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6904.54248046875, -1130.71533203125, 5.042020320892333984, 6.170642852783203125, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+188, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6976.7568359375, -1126.421875, 5.043828010559082031, 3.596947431564331054, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+189, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6981.3349609375, -1122.767333984375, 5.044901847839355468, 4.05072641372680664, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+190, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6983.5322265625, -1120.9913330078125, 5.044351577758789062, 3.84495854377746582, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+191, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6904.6474609375, -1135.857666015625, 5.041860580444335937, 0.237273797392845153, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+192, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6905.8974609375, -1132.125, 5.041973114013671875, 6.265302658081054687, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+193, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6982.49853515625, -1125.013916015625, 5.044309139251708984, 3.528745889663696289, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+194, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6902.6552734375, -1133.1441650390625, 5.041950225830078125, 0.047554470598697662, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+195, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6905.7041015625, -1134.204833984375, 5.041909217834472656, 0.136708572506904602, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+196, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6984.84912109375, -1122.7100830078125, 5.044324398040771484, 3.618411064147949218, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+197, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6984.8759765625, -1126.2552490234375, 5.044282436370849609, 3.186790943145751953, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+198, 86526, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6499.7890625, -902.8038330078125, 5.041778087615966796, 5.392772197723388671, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Chainmaster (Area: -Unknown- - Difficulty: 2) (Auras: 168552 - Cannon Barrage) +(@CGUID+199, 86526, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6467.93603515625, -941.67535400390625, 5.04183816909790039, 5.473903656005859375, 7200, 0, 0, 12315, 0, 0, 0, 0, 0, 45745), -- Grom'kar Chainmaster (Area: -Unknown- - Difficulty: 2) (Auras: 168552 - Cannon Barrage) +(@CGUID+200, 82184, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6507.5380859375, -1138.4722900390625, 5.041810989379882812, 1.612865209579467773, 7200, 0, 0, 2636, 0, 0, 0, 0, 0, 45745), -- Ability Sequencer (Area: -Unknown- - Difficulty: 2) +(@CGUID+201, 84028, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6864.74755859375, -1190.5406494140625, 4.951903820037841796, 3.470502614974975585, 7200, 10, 0, 20392, 0, 1, 0, 0, 0, 45745), -- Siegemaster Rokra (Area: -Unknown- - Difficulty: 2) (possible waypoints or random movement) +(@CGUID+202, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6907.97900390625, -1193.2257080078125, 5.26161956787109375, 1.164647221565246582, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+203, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6909.32275390625, -1193.8316650390625, 5.345285415649414062, 1.479024887084960937, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+204, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6906.3427734375, -1192.4427490234375, 5.055413722991943359, 0.420129626989364624, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+205, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6908.13818359375, -1195.673583984375, 5.28759765625, 1.403724551200866699, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+206, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6906.017578125, -1194.576416015625, 5.154613971710205078, 0.898985147476196289, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+207, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6921.6259765625, -1191.4947509765625, 5.041668415069580078, 1.630307793617248535, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+208, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6919.5546875, -1194.486083984375, 5.041668891906738281, 1.451685905456542968, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+209, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6910.43408203125, -1188.578125, 5.100477218627929687, 1.202473163604736328, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+210, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6920.892578125, -1186.7725830078125, 5.041669845581054687, 1.408313155174255371, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+211, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6922.70166015625, -1192.046875, 5.041667938232421875, 1.826942920684814453, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+212, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6921.2255859375, -1194.154541015625, 5.041668415069580078, 1.535494565963745117, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+213, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6920.58056640625, -1191.4114990234375, 5.041669845581054687, 1.536577343940734863, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+214, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6939.3193359375, -1188.8194580078125, 5.041713714599609375, 0.876446843147277832, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+215, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6936.556640625, -1195.03125, 5.041674613952636718, 1.166824579238891601, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+216, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6964.7880859375, -1198.326416015625, 5.04169464111328125, 1.481741309165954589, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+217, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6976.29248046875, -1198.513916015625, 5.041670799255371093, 1.391741394996643066, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+218, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6965.5380859375, -1192.1927490234375, 5.28987741470336914, 1.43027353286743164, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+219, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6976.44970703125, -1195.4149169921875, 5.041680812835693359, 1.658524036407470703, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+220, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6976.01904296875, -1190.673583984375, 5.289855480194091796, 1.934769988059997558, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+221, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6977.98876953125, -1195.7135009765625, 5.041673660278320312, 1.898785352706909179, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+222, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6980.00537109375, -1196.59033203125, 5.041675567626953125, 2.245995998382568359, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+223, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6977.9619140625, -1198.529541015625, 5.041672229766845703, 1.827977299690246582, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+224, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6985.87939453125, -1184.236083984375, 5.041693687438964843, 2.353736400604248046, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+225, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6991.26904296875, -1189.048583984375, 5.041713714599609375, 2.559511423110961914, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+226, 89021, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6990.76220703125, -1172.78125, 5.041656970977783203, 2.590091466903686523, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Rylak Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+227, 89011, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6996.791015625, -1175.0521240234375, 5.041675567626953125, 3.207129240036010742, 7200, 0, 0, 7389, 0, 0, 0, 0, 0, 45745), -- Rylak Skyterror (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+228, 89022, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6991.16845703125, -1154.6441650390625, 5.041689395904541015, 3.596947431564331054, 7200, 0, 0, 2463, 0, 0, 0, 0, 0, 45745), -- Wolf Cage (Area: -Unknown- - Difficulty: 2) +(@CGUID+229, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6995.953125, -1150.6492919921875, 5.28990936279296875, 4.031284809112548828, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+230, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 7000.0791015625, -1151.1927490234375, 5.28726959228515625, 3.557065486907958984, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+231, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6998.82666015625, -1153.62158203125, 5.248302936553955078, 3.191585540771484375, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+232, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6996.90380859375, -1152.140625, 5.289948463439941406, 3.596897363662719726, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+233, 89012, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6998.82568359375, -1149.532958984375, 5.284438610076904296, 3.869983673095703125, 7200, 0, 0, 1847, 0, 0, 0, 0, 0, 45745), -- Ravenous Wolf (Area: -Unknown- - Difficulty: 2) (Auras: 123978 - Mod Scale 95-120%) +(@CGUID+234, 80816, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6514.40087890625, -1133.982666015625, 5.041820526123046875, 2.091431617736816406, 7200, 0, 0, 49425, 1381, 0, 0, 0, 0, 45745), -- Ahri'ok Dugru (Area: -Unknown- - Difficulty: 2) (Auras: 168515 - Cannon Barrage) +(@CGUID+235, 80805, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6508.1962890625, -1128.0538330078125, 5.0418243408203125, 1.612865209579467773, 7200, 0, 0, 59310, 0, 0, 0, 0, 0, 45745), -- Makogg Emberblade (Area: -Unknown- - Difficulty: 2) (Auras: 168515 - Cannon Barrage) +(@CGUID+236, 80808, 1195, 6951, 7309, '0', '0', 0, 0, 1, 6502.43408203125, -1133.2882080078125, 5.041820526123046875, 1.300711274147033691, 7200, 0, 0, 49425, 0, 0, 0, 0, 0, 45745), -- Neesa Nox (Area: -Unknown- - Difficulty: 2) (Auras: 168515 - Cannon Barrage) +(@CGUID+237, 79852, 1195, 6951, 7309, '0', '0', 0, 0, 0, 6938.95849609375, -1103.28125, 4.686312675476074218, 4.859195232391357421, 7200, 0, 0, 91337, 0, 0, 0, 0, 0, 45745); -- Oshir (Area: -Unknown- - Difficulty: 2) (Auras: 162769 - Hamstring Backflip) + +-- spawndifficulties are set at the end +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+62; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 183440, 1195, 6951, 7309, '0', '0', 0, 6627.900390625, -776.1961669921875, 5.177605628967285156, 1.573521971702575683, 0, 0, 0.708069801330566406, 0.706142425537109375, 7200, 255, 1, 45745), -- Aldor Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+1, 237966, 1195, 6951, 7309, '0', '0', 0, 6548.6337890625, -376.846954345703125, 69.99102020263671875, 5.035275459289550781, 0, 0, -0.58424949645996093, 0.811574101448059082, 7200, 255, 1, 45745), -- Anvil (Area: -Unknown- - Difficulty: 0) +(@OGUID+2, 183440, 1195, 6951, 7309, '0', '0', 0, 6644.859375, -777.19964599609375, 4.942528247833251953, 1.678354978561401367, 0, 0, 0.744093894958496093, 0.668075084686279296, 7200, 255, 1, 45745), -- Aldor Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+3, 237964, 1195, 6951, 7309, '0', '0', 0, 6552.38330078125, -374.972686767578125, 69.99060821533203125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 7200, 255, 1, 45745), -- Forge (Area: -Unknown- - Difficulty: 0) +(@OGUID+4, 237965, 1195, 6951, 7309, '0', '0', 0, 6550.0634765625, -371.631134033203125, 69.99057769775390625, 3.691374778747558593, 0, 0, -0.96245479583740234, 0.271441996097564697, 7200, 255, 1, 45745), -- Anvil (Area: -Unknown- - Difficulty: 0) +(@OGUID+5, 239215, 1195, 6951, 7309, '0', '0', 0, 6924.4541015625, -1073.079833984375, 4.521191120147705078, 4.293779373168945312, 0, 0, -0.83859729766845703, 0.544751882553100585, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+6, 239219, 1195, 6951, 7309, '0', '0', 0, 6962.13720703125, -1074.73681640625, 4.9166717529296875, 4.36112070083618164, 0, 0, -0.81978321075439453, 0.572673976421356201, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+7, 239216, 1195, 6951, 7309, '0', '0', 0, 6905.50537109375, -1096.7005615234375, 4.9166717529296875, 5.971927165985107421, 0, 0, -0.15500164031982421, 0.987914204597473144, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+8, 239217, 1195, 6951, 7309, '0', '0', 0, 6905.3359375, -1108.7674560546875, 4.9166717529296875, 5.916642665863037109, 0, 0, -0.18224716186523437, 0.983252763748168945, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+9, 239220, 1195, 6951, 7309, '0', '0', 0, 6950.17578125, -1074.684814453125, 4.9166717529296875, 4.911819934844970703, 0, 0, -0.63320159912109375, 0.77398693561553955, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+10, 239221, 1195, 6951, 7309, '0', '0', 0, 6934.443359375, -1076.197021484375, 4.9166717529296875, 4.404866218566894531, 0, 0, -0.80706214904785156, 0.590466499328613281, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+11, 239226, 1195, 6951, 7309, '0', '0', 0, 6982.26171875, -1098.02685546875, 4.9166717529296875, 3.411569595336914062, 0, 0, -0.99090290069580078, 0.134578853845596313, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+12, 239227, 1195, 6951, 7309, '0', '0', 0, 6976.98486328125, -1082.107421875, 4.497753620147705078, 3.955503463745117187, 0, 0, -0.91833019256591796, 0.395815193653106689, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 0) +(@OGUID+13, 225754, 1195, 6951, 7309, '0', '0', 0, 6656.38818359375, -743.37152099609375, 5.275147438049316406, 4.729814529418945312, 0, 0, -0.70091915130615234, 0.713240742683410644, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+14, 225754, 1195, 6951, 7309, '0', '0', 0, 6618.65478515625, -745.2100830078125, 4.937664031982421875, 4.763899803161621093, 0, 0, -0.68866252899169921, 0.725082039833068847, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+15, 233817, 1195, 6951, 7309, '0', '0', 0, 6899.74169921875, -1185.020751953125, 4.762185096740722656, 0, 0, 0, 0, 1, 7200, 255, 0, 45745), -- Iron Docks - Saberon - Oshir Encounter Gate (Area: -Unknown- - Difficulty: 0) +(@OGUID+16, 233355, 1195, 6951, 7309, '0', '0', 0, 6641.837890625, -780.65802001953125, 4.953254222869873046, 1.505070805549621582, 0, 0, 0.683491706848144531, 0.729958236217498779, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+17, 225754, 1195, 6951, 7309, '0', '0', 0, 6833.25439453125, -572.5225830078125, 4.734602928161621093, 3.172599077224731445, 0, 0, -0.99987983703613281, 0.015502449125051498, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+18, 225754, 1195, 6951, 7309, '0', '0', 0, 6846.57275390625, -625.21875, 4.751744747161865234, 1.589961171150207519, 0, 0, 0.713850021362304687, 0.700298607349395751, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+19, 233355, 1195, 6951, 7309, '0', '0', 0, 6856.9130859375, -589.89239501953125, 4.751758098602294921, 5.13912820816040039, 0, 0, -0.54133892059326171, 0.840804517269134521, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+20, 233355, 1195, 6951, 7309, '0', '0', 0, 6658.046875, -777.515625, 4.93281412124633789, 1.377175807952880859, 0, 0, 0.635447502136230468, 0.772144079208374023, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+21, 183440, 1195, 6951, 7309, '0', '0', 0, 6661.328125, -781.82293701171875, 4.952979087829589843, 1.48256850242614746, 0, 0, 0.675235748291015625, 0.737601935863494873, 7200, 255, 1, 45745), -- Aldor Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+22, 225754, 1195, 6951, 7309, '0', '0', 0, 6612.97216796875, -696.13543701171875, 4.804033279418945312, 1.898944497108459472, 0, 0, 0.813108444213867187, 0.582112252712249755, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+23, 183440, 1195, 6951, 7309, '0', '0', 0, 6623.43994140625, -780.34027099609375, 4.950782299041748046, 1.471878767013549804, 0, 0, 0.671283721923828125, 0.741200506687164306, 7200, 255, 1, 45745), -- Aldor Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+24, 225754, 1195, 6951, 7309, '0', '0', 0, 6637.08349609375, -743.8507080078125, 4.960775375366210937, 4.763899803161621093, 0, 0, -0.68866252899169921, 0.725082039833068847, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+25, 232490, 1195, 6951, 7309, '0', '0', 0, 6749.60595703125, -525.25, 6.700158119201660156, 4.834604263305664062, 0, 0, -0.66260433197021484, 0.748969614505767822, 7200, 255, 1, 45745), -- Instance Portal (Party + Heroic + Challenge) (Area: -Unknown- - Difficulty: 0) +(@OGUID+26, 233355, 1195, 6951, 7309, '0', '0', 0, 6850.18505859375, -590.3350830078125, 4.75176095962524414, 4.282006740570068359, 0, 0, -0.84178924560546875, 0.539806306362152099, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+27, 237462, 1195, 6951, 7309, '0', '0', 0, 6689.7646484375, -768.11456298828125, 7.780827999114990234, 0, 0, 0, 0, 1, 7200, 255, 1, 45745), -- Horribly Acidic Solution (Area: -Unknown- - Difficulty: 0) +(@OGUID+28, 237463, 1195, 6951, 7309, '0', '0', 0, 6884.26904296875, -734.3992919921875, 4.928423881530761718, 5.58286142349243164, 0, 0, -0.34305000305175781, 0.939317166805267333, 7200, 255, 1, 45745), -- Strange Brass Compass (Area: -Unknown- - Difficulty: 0) +(@OGUID+29, 225754, 1195, 6951, 7309, '0', '0', 0, 6832.8427734375, -587.26739501953125, 4.838653564453125, 3.081200122833251953, 0, 0, 0.999544143676757812, 0.03019161894917488, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+30, 225754, 1195, 6951, 7309, '0', '0', 0, 6781.4921875, -593.76739501953125, 5.136174678802490234, 6.216971397399902343, 0, 0, -0.03310108184814453, 0.999451994895935058, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+31, 225754, 1195, 6951, 7309, '0', '0', 0, 6790.3203125, -554.23089599609375, 4.925415515899658203, 5.379821300506591796, 0, 0, -0.43647956848144531, 0.899714171886444091, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+32, 233355, 1195, 6951, 7309, '0', '0', 0, 6666.1650390625, -778.08160400390625, 4.931505203247070312, 1.555548787117004394, 0, 0, 0.701695442199707031, 0.712477028369903564, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+33, 233355, 1195, 6951, 7309, '0', '0', 0, 6827.25439453125, -580.125, 4.916036128997802734, 3.15884256362915039, 0, 0, -0.99996280670166015, 0.008624766021966934, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+34, 183440, 1195, 6951, 7309, '0', '0', 0, 6620.416015625, -776.46527099609375, 4.938704967498779296, 1.188282251358032226, 0, 0, 0.559797286987304687, 0.828629612922668457, 7200, 255, 1, 45745), -- Aldor Target (Area: -Unknown- - Difficulty: 0) +(@OGUID+35, 225754, 1195, 6951, 7309, '0', '0', 0, 6865.23193359375, -624.5538330078125, 4.745959758758544921, 1.589961171150207519, 0, 0, 0.713850021362304687, 0.700298607349395751, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+36, 225754, 1195, 6951, 7309, '0', '0', 0, 6781.6640625, -631.7430419921875, 5.13648843765258789, 6.244736671447753906, 0, 0, -0.01922321319580078, 0.999815225601196289, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 0) +(@OGUID+37, 233355, 1195, 6951, 7309, '0', '0', 0, 6836.59619140625, -607.11114501953125, 4.618982791900634765, 2.683897256851196289, 0, 0, 0.973928451538085937, 0.226855382323265075, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 2) +(@OGUID+38, 277419, 1195, 6951, 7309, '0', '0', 0, 6756.0458984375, -663.4774169921875, 5.256644248962402343, 0, 0, 0, 0, 1, 7200, 255, 1, 45745), -- Cylinder Collision (2.5 Scale) (Area: -Unknown- - Difficulty: 2) +(@OGUID+39, 233355, 1195, 6951, 7309, '0', '0', 0, 6853.68603515625, -592.421875, 4.751758575439453125, 4.6937255859375, 0, 0, -0.71367454528808593, 0.700477421283721923, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 2) +(@OGUID+40, 233355, 1195, 6951, 7309, '0', '0', 0, 6836.69970703125, -615.34027099609375, 4.91378641128540039, 3.508995294570922851, 0, 0, -0.98317432403564453, 0.182669728994369506, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 2) +(@OGUID+41, 252551, 1195, 6951, 7309, '0', '0', 0, 6783.359375, -549.0538330078125, 4.989369392395019531, 0, 0, 0, 0, 1, 7200, 255, 1, 45745), -- Cylinder Collision (8.0 scale) (Area: -Unknown- - Difficulty: 2) +(@OGUID+42, 233355, 1195, 6951, 7309, '0', '0', 0, 6829.0322265625, -575.89410400390625, 4.732525825500488281, 2.763515472412109375, 0, 0, 0.98218536376953125, 0.187914714217185974, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 2) +(@OGUID+43, 225754, 1195, 6951, 7309, '0', '0', 0, 6781.54931640625, -607.14581298828125, 5.136087894439697265, 6.251054763793945312, 0, 0, -0.01606464385986328, 0.999870955944061279, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 2) +(@OGUID+44, 225754, 1195, 6951, 7309, '0', '0', 0, 6840.087890625, -619.326416015625, 4.916589736938476562, 3.19940185546875, 0, 0, -0.99958229064941406, 0.028900517150759696, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 2) +(@OGUID+45, 225754, 1195, 6951, 7309, '0', '0', 0, 6840.119140625, -603.51739501953125, 4.838647365570068359, 3.122455835342407226, 0, 0, 0.9999542236328125, 0.009568319655954837, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 2) +(@OGUID+46, 183440, 1195, 6951, 7309, '0', '0', 0, 6638.744140625, -776.388916015625, 5.111874103546142578, 1.361284971237182617, 0, 0, 0.629292488098144531, 0.777168571949005126, 7200, 255, 1, 45745), -- Aldor Target (Area: -Unknown- - Difficulty: 2) +(@OGUID+47, 225754, 1195, 6951, 7309, '0', '0', 0, 6825.02978515625, -696.0625, 4.751719474792480468, 1.581283807754516601, 0, 0, 0.710804939270019531, 0.703389167785644531, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 2) +(@OGUID+48, 225754, 1195, 6951, 7309, '0', '0', 0, 6668.13818359375, -745.69793701171875, 4.926440715789794921, 4.729814529418945312, 0, 0, -0.70091915130615234, 0.713240742683410644, 7200, 255, 1, 45745), -- Iron Horde Banner (Area: -Unknown- - Difficulty: 2) +(@OGUID+49, 233355, 1195, 6951, 7309, '0', '0', 0, 6834.634765625, -610.84375, 4.838648319244384765, 3.179363489151000976, 0, 0, -0.99982166290283203, 0.018884241580963134, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 2) +(@OGUID+50, 233355, 1195, 6951, 7309, '0', '0', 0, 6829.7421875, -583.4757080078125, 4.83866739273071289, 3.547438621520996093, 0, 0, -0.97948169708251953, 0.20153316855430603, 7200, 255, 1, 45745), -- Iron Docks Target (Area: -Unknown- - Difficulty: 2) +(@OGUID+51, 239218, 1195, 6951, 7309, '0', '0', 0, 6904.54736328125, -1133.0245361328125, 4.9166717529296875, 0.103414840996265411, 0, 0, 0.051684379577636718, 0.998663485050201416, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+52, 239224, 1195, 6951, 7309, '0', '0', 0, 6983.61767578125, -1123.8109130859375, 4.9166717529296875, 3.547940015792846679, 0, 0, -0.97943115234375, 0.201778650283813476, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+53, 239222, 1195, 6951, 7309, '0', '0', 0, 6998.02099609375, -1151.5546875, 4.9166717529296875, 3.547940015792846679, 0, 0, -0.97943115234375, 0.201778650283813476, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+54, 239223, 1195, 6951, 7309, '0', '0', 0, 6996.93603515625, -1176.4329833984375, 4.9166717529296875, 2.69708251953125, 0, 0, 0.97540283203125, 0.220429778099060058, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+55, 239230, 1195, 6951, 7309, '0', '0', 0, 6935.85791015625, -1194.796630859375, 4.9166717529296875, 1.042335867881774902, 0, 0, 0.497893333435058593, 0.867238283157348632, 7200, 255, 1, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+56, 239228, 1195, 6951, 7309, '0', '0', 0, 6907.65771484375, -1194.629638671875, 4.9166717529296875, 1.141844153404235839, 0, 0, 0.540408134460449218, 0.841403007507324218, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+57, 239229, 1195, 6951, 7309, '0', '0', 0, 6920.1767578125, -1192.8245849609375, 4.9166717529296875, 1.549288630485534667, 0, 0, 0.699461936950683593, 0.714669883251190185, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+58, 239231, 1195, 6951, 7309, '0', '0', 0, 6964.6826171875, -1200.2567138671875, 4.9166717529296875, 1.481102824211120605, 0, 0, 0.674695014953613281, 0.738096654415130615, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+59, 239232, 1195, 6951, 7309, '0', '0', 0, 6978.10595703125, -1197.1566162109375, 4.9166717529296875, 1.853955388069152832, 0, 0, 0.799809455871582031, 0.600253999233245849, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+60, 239233, 1195, 6951, 7309, '0', '0', 0, 6991.8828125, -1190.8592529296875, 4.9166717529296875, 2.308952093124389648, 0, 0, 0.914583206176757812, 0.404397785663604736, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+61, 239225, 1195, 6951, 7309, '0', '0', 0, 6984.07666015625, -1111.0640869140625, 4.9166717529296875, 3.03867506980895996, 0, 0, 0.998676300048828125, 0.051436088979244232, 7200, 255, 0, 45745), -- Iron Horde Cage (Area: -Unknown- - Difficulty: 2) +(@OGUID+62, 237478, 1195, 6951, 7309, '0', '0', 0, 6717.3291015625, -1172.26220703125, 7.12244415283203125, 0, 0, 0, 0, 1, 7200, 255, 1, 45745); -- Very Shiny Thing (Area: -Unknown- - Difficulty: 2) + +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+68; +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `WorldEffectID`, `AIAnimKitID`) VALUES +(@OGUID+1, 0, 0, -0.82903754711151123, 0.559193015098571777, 0, 0), -- Anvil +(@OGUID+3, 0, 0, -0.82903754711151123, 0.559193015098571777, 0, 0), -- Forge +(@OGUID+4, 0, 0, -0.82903754711151123, 0.559193015098571777, 0, 0), -- Anvil +(@OGUID+5, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+6, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+7, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+8, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+9, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+10, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+11, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+12, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+15, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Docks - Saberon - Oshir Encounter Gate +(@OGUID+51, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+52, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+53, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+54, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+55, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+56, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+57, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+58, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+59, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+60, 0, 0, 0.000000087422776573, 1, 0, 0), -- Iron Horde Cage +(@OGUID+61, 0, 0, 0.000000087422776573, 1, 0, 0); -- Iron Horde Cage + +UPDATE `creature` SET `spawnDifficulties`= '1,2,8,23' WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+237; +UPDATE `gameobject` SET `spawnDifficulties`= '1,2,8,23' WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+62;